Html Css Color HEX #BB7A11 Dark Goldenrod

📋 copy color: '#BB7A11'

red 187 ◦ green 122 ◦ blue 17

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

Shades of Dark Goldenrod #BB7A11

Tints of Dark Goldenrod #BB7A11

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 57.36%
G = 37.42%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB7A11 (or 0xBB7A11) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 11. RGB value is (187,122,17). Sum of RGB (Red+Green+Blue) = 187+122+17=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A11 is #4485EE. Grayscale: #818181. Windows color (decimal): -4490735 or 1145531. OLE color: 1145531.

HSL color Cylindrical-coordinate representation of color #BB7A11: hue angle of 37.06º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB7A11 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 17 -
CMYK 0 0.35 0.91 0.27
HSL 37.06º 0.83% 0.4% -
HSV(B) 37.06º 0.91% 0.73% -
XYZ 27.55 24.52 3.81 -
YUV 129.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 187 122 17 0 0.35 0.91 0.27 37.06 0.83 0.4
Hex BB 7A 11 0 23 5B 1B 25 53 28
Octal 273 172 21 0 43 133 33 45 123 50
Binary 10111011 1111010 10001 0 100011 1011011 11011 100101 1010011 101000

Color Harmonies of #BB7A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A11

Black with #BB7A11

Text Example


Text Example

White with #BB7A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A11; }

 p { color: rgb(187,122,17); }

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

background-color css

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

 a { background-color: rgb(187,122,17); }

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

border-color css

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

 span { border-color: rgb(187,122,17); }

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