Html Css Color HEX #B86A07 Dark Goldenrod

📋 copy color: '#B86A07'

red 184 ◦ green 106 ◦ blue 7

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

Shades of Dark Goldenrod #B86A07

Tints of Dark Goldenrod #B86A07

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.69%

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 61.95%
G = 35.69%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B86A07 (or 0xB86A07) is known color: Dark Goldenrod. HEX triplet: B8, 6A and 07. RGB value is (184,106,7). Sum of RGB (Red+Green+Blue) = 184+106+7=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B86A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86A07 is #4795F8. Grayscale: #767676. Windows color (decimal): -4691449 or 486072. OLE color: 486072.

HSL color Cylindrical-coordinate representation of color #B86A07: hue angle of 33.56º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B86A07 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 106 7 -
CMYK 0 0.42 0.96 0.28
HSL 33.56º 0.93% 0.37% -
HSV(B) 33.56º 0.96% 0.72% -
XYZ 24.96 20.51 2.85 -
YUV 118.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 184 106 7 0 0.42 0.96 0.28 33.56 0.93 0.37
Hex B8 6A 7 0 2A 60 1C 22 5D 25
Octal 270 152 7 0 52 140 34 42 135 45
Binary 10111000 1101010 111 0 101010 1100000 11100 100010 1011101 100101

Color Harmonies of #B86A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86A07

Black with #B86A07

Text Example


Text Example

White with #B86A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86A07; }

 p { color: rgb(184,106,7); }

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

background-color css

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

 a { background-color: rgb(184,106,7); }

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

border-color css

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

 span { border-color: rgb(184,106,7); }

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