Html Css Color HEX #BB7D00 Dark Goldenrod

📋 copy color: '#BB7D00'

red 187 ◦ green 125 ◦ blue 0

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

Shades of Dark Goldenrod #BB7D00

Tints of Dark Goldenrod #BB7D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.94%
G = 40.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB7D00 (or 0xBB7D00) is known color: Dark Goldenrod. HEX triplet: BB, 7D and 00. RGB value is (187,125,0). Sum of RGB (Red+Green+Blue) = 187+125+0=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7D00 is #4482FF. Grayscale: #818181. Windows color (decimal): -4489984 or 32187. OLE color: 32187.

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

Color convert

RGB 187 125 0 -
CMYK 0 0.33 1 0.27
HSL 40.11º 1% 0.37% -
HSV(B) 40.11º 1% 0.73% -
XYZ 27.83 25.23 3.4 -
YUV 129.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 187 125 0 0 0.33 1 0.27 40.11 1 0.37
Hex BB 7D 0 0 21 64 1B 28 64 25
Octal 273 175 0 0 41 144 33 50 144 45
Binary 10111011 1111101 0 0 100001 1100100 11011 101000 1100100 100101

Color Harmonies of #BB7D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D00

Black with #BB7D00

Text Example


Text Example

White with #BB7D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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