Html Css Color HEX #BB7712 Dark Goldenrod

📋 copy color: '#BB7712'

red 187 ◦ green 119 ◦ blue 18

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

Shades of Dark Goldenrod #BB7712

Tints of Dark Goldenrod #BB7712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.73%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 57.72%
G = 36.73%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7712 (or 0xBB7712) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 12. RGB value is (187,119,18). Sum of RGB (Red+Green+Blue) = 187+119+18=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7712 is #4488ED. Grayscale: #808080. Windows color (decimal): -4491502 or 1210299. OLE color: 1210299.

HSL color Cylindrical-coordinate representation of color #BB7712: hue angle of 35.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB7712 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 119 18 -
CMYK 0 0.36 0.90 0.27
HSL 35.86º 0.82% 0.4% -
HSV(B) 35.86º 0.9% 0.73% -
XYZ 27.2 23.8 3.73 -
YUV 127.82 66.03 170.21 -
System Red Green Blue C M Y K H S L
Decimal 187 119 18 0 0.36 0.90 0.27 35.86 0.82 0.4
Hex BB 77 12 0 24 5A 1B 24 52 28
Octal 273 167 22 0 44 132 33 44 122 50
Binary 10111011 1110111 10010 0 100100 1011010 11011 100100 1010010 101000

Color Harmonies of #BB7712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7712

Black with #BB7712

Text Example


Text Example

White with #BB7712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7712; }

 p { color: rgb(187,119,18); }

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

background-color css

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

 a { background-color: rgb(187,119,18); }

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

border-color css

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

 span { border-color: rgb(187,119,18); }

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