Html Css Color HEX #B96E02 Dark Goldenrod

📋 copy color: '#B96E02'

red 185 ◦ green 110 ◦ blue 2

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

Shades of Dark Goldenrod #B96E02

Tints of Dark Goldenrod #B96E02

RGB

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

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

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

R = 62.29%
G = 37.04%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B96E02 (or 0xB96E02) is known color: Dark Goldenrod. HEX triplet: B9, 6E and 02. RGB value is (185,110,2). Sum of RGB (Red+Green+Blue) = 185+110+2=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E02 is #4691FD. Grayscale: #787878. Windows color (decimal): -4624894 or 159417. OLE color: 159417.

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

Color convert

RGB 185 110 2 -
CMYK 0 0.41 0.99 0.27
HSL 35.41º 0.98% 0.37% -
HSV(B) 35.41º 0.99% 0.73% -
XYZ 25.59 21.47 2.85 -
YUV 120.11 61.35 174.28 -
System Red Green Blue C M Y K H S L
Decimal 185 110 2 0 0.41 0.99 0.27 35.41 0.98 0.37
Hex B9 6E 2 0 29 63 1B 23 62 25
Octal 271 156 2 0 51 143 33 43 142 45
Binary 10111001 1101110 10 0 101001 1100011 11011 100011 1100010 100101

Color Harmonies of #B96E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E02

Black with #B96E02

Text Example


Text Example

White with #B96E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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