Html Css Color HEX #BBB440 Brass

📋 copy color: '#BBB440'

red 187 ◦ green 180 ◦ blue 64

#BBB440
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #BBB440

Tints of Brass #BBB440

RGB

 RED value IS 187 (73.44% from 255) = 43.39%

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 64 (25.39% from 255) = 14.85%

R = 43.39%
G = 41.76%
B = 14.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.66

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBB440 (or 0xBBB440) is known color: Brass. HEX triplet: BB, B4 and 40. RGB value is (187,180,64). Sum of RGB (Red+Green+Blue) = 187+180+64=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB440 is #444BBF. Grayscale: #A9A9A9. Windows color (decimal): -4475840 or 4240571. OLE color: 4240571.

HSL color Cylindrical-coordinate representation of color #BBB440: hue angle of 56.59º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB440 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 180 64 -
CMYK 0 0.04 0.66 0.27
HSL 56.59º 0.49% 0.49% -
HSV(B) 56.59º 0.66% 0.73% -
XYZ 37.74 43.58 11.27 -
YUV 168.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 187 180 64 0 0.04 0.66 0.27 56.59 0.49 0.49
Hex BB B4 40 0 4 42 1B 39 31 31
Octal 273 264 100 0 4 102 33 71 61 61
Binary 10111011 10110100 1000000 0 100 1000010 11011 111001 110001 110001

Color Harmonies of #BBB440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB440

Black with #BBB440

Text Example


Text Example

White with #BBB440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB440; }

 p { color: rgb(187,180,64); }

 H1.HeaderClassName
 {
   color: #BBB440;
 }
 .AnyTagClassName
 {
   color: #BBB440;
 }
</style>

background-color css

<style>
 a { background-color: #BBB440; }

 a { background-color: rgb(187,180,64); }

 div.DivClassName
 {
   background-color: #BBB440;
 }
 .BgClassName
 {
   background-color: #BBB440;
 }
</style>

border-color css

<style>
 span { border-color: #BBB440; }

 span { border-color: rgb(187,180,64); }

 td.TdClassName
 {
   border-color: #BBB440;
 }
 .TagClassName
 {
   border-color: #BBB440;
 }
</style>