Html Css Color HEX #B96E04 Dark Goldenrod

📋 copy color: '#B96E04'

red 185 ◦ green 110 ◦ blue 4

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

Shades of Dark Goldenrod #B96E04

Tints of Dark Goldenrod #B96E04

RGB

 RED value IS 185 (72.66% from 255) = 61.87%

 GREEN value IS 110 (43.36% from 255) = 36.79%

 BLUE value IS 4 (1.95% from 255) = 1.34%

R = 61.87%
G = 36.79%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B96E04 (or 0xB96E04) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 04. RGB value is (185,110,4). Sum of RGB (Red+Green+Blue) = 185+110+4=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 110 (43.36% from 255 or 36.79% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E04 is #4691FB. Grayscale: #787878. Windows color (decimal): -4624892 or 290489. OLE color: 290489.

HSL color Cylindrical-coordinate representation of color #B96E04: hue angle of 35.14º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B96E04 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 4 -
CMYK 0 0.41 0.98 0.27
HSL 35.14º 0.96% 0.37% -
HSV(B) 35.14º 0.98% 0.73% -
XYZ 25.61 21.47 2.91 -
YUV 120.34 62.35 174.12 -
System Red Green Blue C M Y K H S L
Decimal 185 110 4 0 0.41 0.98 0.27 35.14 0.96 0.37
Hex B9 6E 4 0 29 62 1B 23 60 25
Octal 271 156 4 0 51 142 33 43 140 45
Binary 10111001 1101110 100 0 101001 1100010 11011 100011 1100000 100101

Color Harmonies of #B96E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E04

Black with #B96E04

Text Example


Text Example

White with #B96E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E04; }

 p { color: rgb(185,110,4); }

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

background-color css

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

 a { background-color: rgb(185,110,4); }

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

border-color css

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

 span { border-color: rgb(185,110,4); }

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