Html Css Color HEX #BB8600 Dark Goldenrod

📋 copy color: '#BB8600'

red 187 ◦ green 134 ◦ blue 0

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

Shades of Dark Goldenrod #BB8600

Tints of Dark Goldenrod #BB8600

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 58.26%
G = 41.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB8600 (or 0xBB8600) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 00. RGB value is (187,134,0). Sum of RGB (Red+Green+Blue) = 187+134+0=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8600 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8600 is #4479FF. Grayscale: #878787. Windows color (decimal): -4487680 or 34491. OLE color: 34491.

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

Color convert

RGB 187 134 0 -
CMYK 0 0.28 1 0.27
HSL 42.99º 1% 0.37% -
HSV(B) 42.99º 1% 0.73% -
XYZ 29.02 27.61 3.8 -
YUV 134.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 187 134 0 0 0.28 1 0.27 42.99 1 0.37
Hex BB 86 0 0 1C 64 1B 2B 64 25
Octal 273 206 0 0 34 144 33 53 144 45
Binary 10111011 10000110 0 0 11100 1100100 11011 101011 1100100 100101

Color Harmonies of #BB8600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8600

Black with #BB8600

Text Example


Text Example

White with #BB8600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8600; }

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

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

background-color css

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

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

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

border-color css

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

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

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