Html Css Color HEX #BB7612 Dark Goldenrod

📋 copy color: '#BB7612'

red 187 ◦ green 118 ◦ blue 18

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

Shades of Dark Goldenrod #BB7612

Tints of Dark Goldenrod #BB7612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.53%

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

R = 57.89%
G = 36.53%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB7612 (or 0xBB7612) is known color: Dark Goldenrod. HEX triplet: BB, 76 and 12. RGB value is (187,118,18). Sum of RGB (Red+Green+Blue) = 187+118+18=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7612 is #4489ED. Grayscale: #7F7F7F. Windows color (decimal): -4491758 or 1210043. OLE color: 1210043.

HSL color Cylindrical-coordinate representation of color #BB7612: hue angle of 35.5º 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 #BB7612 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 18 -
CMYK 0 0.37 0.90 0.27
HSL 35.5º 0.82% 0.4% -
HSV(B) 35.5º 0.9% 0.73% -
XYZ 27.08 23.57 3.69 -
YUV 127.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 187 118 18 0 0.37 0.90 0.27 35.5 0.82 0.4
Hex BB 76 12 0 25 5A 1B 24 52 28
Octal 273 166 22 0 45 132 33 44 122 50
Binary 10111011 1110110 10010 0 100101 1011010 11011 100100 1010010 101000

Color Harmonies of #BB7612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7612

Black with #BB7612

Text Example


Text Example

White with #BB7612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7612; }

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

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

background-color css

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

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

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

border-color css

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

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

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