Html Css Color HEX #B96F0E Dark Goldenrod

📋 copy color: '#B96F0E'

red 185 ◦ green 111 ◦ blue 14

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

Shades of Dark Goldenrod #B96F0E

Tints of Dark Goldenrod #B96F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

 BLUE value IS 14 (5.86% from 255) = 4.52%

R = 59.68%
G = 35.81%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B96F0E (or 0xB96F0E) is known color: Dark Goldenrod. HEX triplet: B9, 6F and 0E. RGB value is (185,111,14). Sum of RGB (Red+Green+Blue) = 185+111+14=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 14 (5.86% from 255 or 4.52% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96F0E is #4690F1. Grayscale: #7A7A7A. Windows color (decimal): -4624626 or 946105. OLE color: 946105.

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

Color convert

RGB 185 111 14 -
CMYK 0 0.4 0.92 0.27
HSL 34.04º 0.86% 0.39% -
HSV(B) 34.04º 0.92% 0.73% -
XYZ 25.77 21.71 3.25 -
YUV 122.07 67.02 172.89 -
System Red Green Blue C M Y K H S L
Decimal 185 111 14 0 0.4 0.92 0.27 34.04 0.86 0.39
Hex B9 6F E 0 28 5C 1B 22 56 27
Octal 271 157 16 0 50 134 33 42 126 47
Binary 10111001 1101111 1110 0 101000 1011100 11011 100010 1010110 100111

Color Harmonies of #B96F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96F0E

Black with #B96F0E

Text Example


Text Example

White with #B96F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96F0E; }

 p { color: rgb(185,111,14); }

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

background-color css

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

 a { background-color: rgb(185,111,14); }

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

border-color css

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

 span { border-color: rgb(185,111,14); }

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