Html Css Color HEX #BB800C Dark Goldenrod

📋 copy color: '#BB800C'

red 187 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #BB800C

Tints of Dark Goldenrod #BB800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

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

R = 57.19%
G = 39.14%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB800C (or 0xBB800C) is known color: Dark Goldenrod. HEX triplet: BB, 80 and 0C. RGB value is (187,128,12). Sum of RGB (Red+Green+Blue) = 187+128+12=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB800C is #447FF3. Grayscale: #848484. Windows color (decimal): -4489204 or 819387. OLE color: 819387.

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

Color convert

RGB 187 128 12 -
CMYK 0 0.32 0.94 0.27
HSL 39.77º 0.88% 0.39% -
HSV(B) 39.77º 0.94% 0.73% -
XYZ 28.28 26.03 3.88 -
YUV 132.42 60.05 166.93 -
System Red Green Blue C M Y K H S L
Decimal 187 128 12 0 0.32 0.94 0.27 39.77 0.88 0.39
Hex BB 80 C 0 20 5E 1B 28 58 27
Octal 273 200 14 0 40 136 33 50 130 47
Binary 10111011 10000000 1100 0 100000 1011110 11011 101000 1011000 100111

Color Harmonies of #BB800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB800C

Black with #BB800C

Text Example


Text Example

White with #BB800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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