Html Css Color HEX #B86C02 Dark Goldenrod

📋 copy color: '#B86C02'

red 184 ◦ green 108 ◦ blue 2

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

Shades of Dark Goldenrod #B86C02

Tints of Dark Goldenrod #B86C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 62.59%
G = 36.73%
B = 0.68%

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

#B86C02 (or 0xB86C02) is known color: Dark Goldenrod. HEX triplet: B8, 6C and 02. RGB value is (184,108,2). Sum of RGB (Red+Green+Blue) = 184+108+2=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C02 is #4793FD. Grayscale: #777777. Windows color (decimal): -4690942 or 158904. OLE color: 158904.

HSL color Cylindrical-coordinate representation of color #B86C02: hue angle of 34.95º degrees, saturation: 0.98, 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 #B86C02 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 2 -
CMYK 0 0.41 0.99 0.28
HSL 34.95º 0.98% 0.36% -
HSV(B) 34.95º 0.99% 0.72% -
XYZ 25.14 20.92 2.77 -
YUV 118.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 184 108 2 0 0.41 0.99 0.28 34.95 0.98 0.36
Hex B8 6C 2 0 29 63 1C 23 62 24
Octal 270 154 2 0 51 143 34 43 142 44
Binary 10111000 1101100 10 0 101001 1100011 11100 100011 1100010 100100

Color Harmonies of #B86C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C02

Black with #B86C02

Text Example


Text Example

White with #B86C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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