Html Css Color HEX #BB7D16 Dark Goldenrod

📋 copy color: '#BB7D16'

red 187 ◦ green 125 ◦ blue 22

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

Shades of Dark Goldenrod #BB7D16

Tints of Dark Goldenrod #BB7D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.43%

 BLUE value IS 22 (8.98% from 255) = 6.59%

R = 55.99%
G = 37.43%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB7D16 (or 0xBB7D16) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 16. RGB value is (187,125,22). Sum of RGB (Red+Green+Blue) = 187+125+22=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 22 (8.98% from 255 or 6.59% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D16 is #4482E9. Grayscale: #848484. Windows color (decimal): -4489962 or 1473979. OLE color: 1473979.

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

Color convert

RGB 187 125 22 -
CMYK 0 0.33 0.88 0.27
HSL 37.45º 0.79% 0.41% -
HSV(B) 37.45º 0.88% 0.73% -
XYZ 27.97 25.29 4.17 -
YUV 131.8 66.04 167.38 -
System Red Green Blue C M Y K H S L
Decimal 187 125 22 0 0.33 0.88 0.27 37.45 0.79 0.41
Hex BB 7D 16 0 21 58 1B 25 4F 29
Octal 273 175 26 0 41 130 33 45 117 51
Binary 10111011 1111101 10110 0 100001 1011000 11011 100101 1001111 101001

Color Harmonies of #BB7D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D16

Black with #BB7D16

Text Example


Text Example

White with #BB7D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D16; }

 p { color: rgb(187,125,22); }

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

background-color css

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

 a { background-color: rgb(187,125,22); }

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

border-color css

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

 span { border-color: rgb(187,125,22); }

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