Html Css Color HEX #B86C00 Dark Goldenrod

📋 copy color: '#B86C00'

red 184 ◦ green 108 ◦ blue 0

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

Shades of Dark Goldenrod #B86C00

Tints of Dark Goldenrod #B86C00

RGB

 RED value IS 184 (72.27% from 255) = 63.01%

 GREEN value IS 108 (42.58% from 255) = 36.99%

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

R = 63.01%
G = 36.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B86C00 (or 0xB86C00) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 00. RGB value is (184,108,0). Sum of RGB (Red+Green+Blue) = 184+108+0=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 108 (42.58% from 255 or 36.99% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C00 is #4793FF. Grayscale: #767676. Windows color (decimal): -4690944 or 27832. OLE color: 27832.

HSL color Cylindrical-coordinate representation of color #B86C00: hue angle of 35.22º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B86C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 0 -
CMYK 0 0.41 1 0.28
HSL 35.22º 1% 0.36% -
HSV(B) 35.22º 1% 0.72% -
XYZ 25.13 20.92 2.71 -
YUV 118.41 61.18 174.78 -
System Red Green Blue C M Y K H S L
Decimal 184 108 0 0 0.41 1 0.28 35.22 1 0.36
Hex B8 6C 0 0 29 64 1C 23 64 24
Octal 270 154 0 0 51 144 34 43 144 44
Binary 10111000 1101100 0 0 101001 1100100 11100 100011 1100100 100100

Color Harmonies of #B86C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C00

Black with #B86C00

Text Example


Text Example

White with #B86C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C00; }

 p { color: rgb(184,108,0); }

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

background-color css

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

 a { background-color: rgb(184,108,0); }

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

border-color css

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

 span { border-color: rgb(184,108,0); }

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