Html Css Color HEX #BB720B Dark Goldenrod

📋 copy color: '#BB720B'

red 187 ◦ green 114 ◦ blue 11

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

Shades of Dark Goldenrod #BB720B

Tints of Dark Goldenrod #BB720B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 59.94%
G = 36.54%
B = 3.53%

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

#BB720B (or 0xBB720B) is known color: Dark Goldenrod. HEX triplet: BB, 72 and 0B. RGB value is (187,114,11). Sum of RGB (Red+Green+Blue) = 187+114+11=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB720B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB720B is #448DF4. Grayscale: #7C7C7C. Windows color (decimal): -4492789 or 750267. OLE color: 750267.

HSL color Cylindrical-coordinate representation of color #BB720B: hue angle of 35.11º degrees, saturation: 0.89, 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 #BB720B is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 11 -
CMYK 0 0.39 0.94 0.27
HSL 35.11º 0.89% 0.39% -
HSV(B) 35.11º 0.94% 0.73% -
XYZ 26.57 22.62 3.28 -
YUV 124.09 64.18 172.88 -
System Red Green Blue C M Y K H S L
Decimal 187 114 11 0 0.39 0.94 0.27 35.11 0.89 0.39
Hex BB 72 B 0 27 5E 1B 23 59 27
Octal 273 162 13 0 47 136 33 43 131 47
Binary 10111011 1110010 1011 0 100111 1011110 11011 100011 1011001 100111

Color Harmonies of #BB720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB720B

Black with #BB720B

Text Example


Text Example

White with #BB720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB720B; }

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

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

background-color css

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

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

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

border-color css

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

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

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