Html Css Color HEX #BB7D0C Dark Goldenrod

📋 copy color: '#BB7D0C'

red 187 ◦ green 125 ◦ blue 12

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

Shades of Dark Goldenrod #BB7D0C

Tints of Dark Goldenrod #BB7D0C

RGB

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

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

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

R = 57.72%
G = 38.58%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB7D0C (or 0xBB7D0C) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 0C. RGB value is (187,125,12). Sum of RGB (Red+Green+Blue) = 187+125+12=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D0C is #4482F3. Grayscale: #838383. Windows color (decimal): -4489972 or 818619. OLE color: 818619.

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

Color convert

RGB 187 125 12 -
CMYK 0 0.33 0.94 0.27
HSL 38.74º 0.88% 0.39% -
HSV(B) 38.74º 0.94% 0.73% -
XYZ 27.89 25.26 3.75 -
YUV 130.66 61.04 168.19 -
System Red Green Blue C M Y K H S L
Decimal 187 125 12 0 0.33 0.94 0.27 38.74 0.88 0.39
Hex BB 7D C 0 21 5E 1B 27 58 27
Octal 273 175 14 0 41 136 33 47 130 47
Binary 10111011 1111101 1100 0 100001 1011110 11011 100111 1011000 100111

Color Harmonies of #BB7D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D0C

Black with #BB7D0C

Text Example


Text Example

White with #BB7D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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