Html Css Color HEX #B96E0D Dark Goldenrod

📋 copy color: '#B96E0D'

red 185 ◦ green 110 ◦ blue 13

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

Shades of Dark Goldenrod #B96E0D

Tints of Dark Goldenrod #B96E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.22%

R = 60.06%
G = 35.71%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B96E0D (or 0xB96E0D) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 0D. RGB value is (185,110,13). Sum of RGB (Red+Green+Blue) = 185+110+13=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E0D is #4691F2. Grayscale: #797979. Windows color (decimal): -4624883 or 880313. OLE color: 880313.

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

Color convert

RGB 185 110 13 -
CMYK 0 0.41 0.93 0.27
HSL 33.84º 0.87% 0.39% -
HSV(B) 33.84º 0.93% 0.73% -
XYZ 25.66 21.5 3.18 -
YUV 121.37 66.85 173.39 -
System Red Green Blue C M Y K H S L
Decimal 185 110 13 0 0.41 0.93 0.27 33.84 0.87 0.39
Hex B9 6E D 0 29 5D 1B 22 57 27
Octal 271 156 15 0 51 135 33 42 127 47
Binary 10111001 1101110 1101 0 101001 1011101 11011 100010 1010111 100111

Color Harmonies of #B96E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E0D

Black with #B96E0D

Text Example


Text Example

White with #B96E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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