Html Css Color HEX #BB8D00 Dark Goldenrod

📋 copy color: '#BB8D00'

red 187 ◦ green 141 ◦ blue 0

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

Shades of Dark Goldenrod #BB8D00

Tints of Dark Goldenrod #BB8D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.99%

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

R = 57.01%
G = 42.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB8D00 (or 0xBB8D00) is known color: Dark Goldenrod. HEX triplet: BB, 8D and 00. RGB value is (187,141,0). Sum of RGB (Red+Green+Blue) = 187+141+0=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8D00 is #4472FF. Grayscale: #8B8B8B. Windows color (decimal): -4485888 or 36283. OLE color: 36283.

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

Color convert

RGB 187 141 0 -
CMYK 0 0.25 1 0.27
HSL 45.24º 1% 0.37% -
HSV(B) 45.24º 1% 0.73% -
XYZ 30.02 29.61 4.13 -
YUV 138.68 49.74 162.46 -
System Red Green Blue C M Y K H S L
Decimal 187 141 0 0 0.25 1 0.27 45.24 1 0.37
Hex BB 8D 0 0 19 64 1B 2D 64 25
Octal 273 215 0 0 31 144 33 55 144 45
Binary 10111011 10001101 0 0 11001 1100100 11011 101101 1100100 100101

Color Harmonies of #BB8D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8D00

Black with #BB8D00

Text Example


Text Example

White with #BB8D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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