Html Css Color HEX #B86C01 Dark Goldenrod

📋 copy color: '#B86C01'

red 184 ◦ green 108 ◦ blue 1

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

Shades of Dark Goldenrod #B86C01

Tints of Dark Goldenrod #B86C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 62.8%
G = 36.86%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B86C01 (or 0xB86C01) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 01. RGB value is (184,108,1). Sum of RGB (Red+Green+Blue) = 184+108+1=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 108 (42.58% from 255 or 36.86% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C01 is #4793FE. Grayscale: #777777. Windows color (decimal): -4690943 or 93368. OLE color: 93368.

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

Color convert

RGB 184 108 1 -
CMYK 0 0.41 0.99 0.28
HSL 35.08º 0.99% 0.36% -
HSV(B) 35.08º 0.99% 0.72% -
XYZ 25.14 20.92 2.74 -
YUV 118.53 61.68 174.7 -
System Red Green Blue C M Y K H S L
Decimal 184 108 1 0 0.41 0.99 0.28 35.08 0.99 0.36
Hex B8 6C 1 0 29 63 1C 23 63 24
Octal 270 154 1 0 51 143 34 43 143 44
Binary 10111000 1101100 1 0 101001 1100011 11100 100011 1100011 100100

Color Harmonies of #B86C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C01

Black with #B86C01

Text Example


Text Example

White with #B86C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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