Html Css Color HEX #BB860D Dark Goldenrod

📋 copy color: '#BB860D'

red 187 ◦ green 134 ◦ blue 13

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

Shades of Dark Goldenrod #BB860D

Tints of Dark Goldenrod #BB860D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.89%

R = 55.99%
G = 40.12%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB860D (or 0xBB860D) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 0D. RGB value is (187,134,13). Sum of RGB (Red+Green+Blue) = 187+134+13=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB860D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB860D is #4479F2. Grayscale: #888888. Windows color (decimal): -4487667 or 886459. OLE color: 886459.

HSL color Cylindrical-coordinate representation of color #BB860D: hue angle of 41.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB860D is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 13 -
CMYK 0 0.28 0.93 0.27
HSL 41.72º 0.87% 0.39% -
HSV(B) 41.72º 0.93% 0.73% -
XYZ 29.09 27.64 4.18 -
YUV 136.05 58.56 164.34 -
System Red Green Blue C M Y K H S L
Decimal 187 134 13 0 0.28 0.93 0.27 41.72 0.87 0.39
Hex BB 86 D 0 1C 5D 1B 2A 57 27
Octal 273 206 15 0 34 135 33 52 127 47
Binary 10111011 10000110 1101 0 11100 1011101 11011 101010 1010111 100111

Color Harmonies of #BB860D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB860D

Black with #BB860D

Text Example


Text Example

White with #BB860D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB860D; }

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

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

background-color css

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

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

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

border-color css

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

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

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