Html Css Color HEX #BB720C Dark Goldenrod

📋 copy color: '#BB720C'

red 187 ◦ green 114 ◦ blue 12

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

Shades of Dark Goldenrod #BB720C

Tints of Dark Goldenrod #BB720C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

 BLUE value IS 12 (5.08% from 255) = 3.83%

R = 59.74%
G = 36.42%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB720C (or 0xBB720C) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 0C. RGB value is (187,114,12). Sum of RGB (Red+Green+Blue) = 187+114+12=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB720C is #448DF3. Grayscale: #7C7C7C. Windows color (decimal): -4492788 or 815803. OLE color: 815803.

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

Color convert

RGB 187 114 12 -
CMYK 0 0.39 0.94 0.27
HSL 34.97º 0.88% 0.39% -
HSV(B) 34.97º 0.94% 0.73% -
XYZ 26.58 22.63 3.31 -
YUV 124.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 187 114 12 0 0.39 0.94 0.27 34.97 0.88 0.39
Hex BB 72 C 0 27 5E 1B 23 58 27
Octal 273 162 14 0 47 136 33 43 130 47
Binary 10111011 1110010 1100 0 100111 1011110 11011 100011 1011000 100111

Color Harmonies of #BB720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB720C

Black with #BB720C

Text Example


Text Example

White with #BB720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB720C; }

 p { color: rgb(187,114,12); }

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

background-color css

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

 a { background-color: rgb(187,114,12); }

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

border-color css

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

 span { border-color: rgb(187,114,12); }

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