Html Css Color HEX #B96404 Tenne (Tawny)

📋 copy color: '#B96404'

red 185 ◦ green 100 ◦ blue 4

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

Shades of Tenne (Tawny) #B96404

Tints of Tenne (Tawny) #B96404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.6%

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

R = 64.01%
G = 34.6%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B96404 (or 0xB96404) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 04. RGB value is (185,100,4). Sum of RGB (Red+Green+Blue) = 185+100+4=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 4 (1.95% from 255 or 1.38% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B96404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96404 is #469BFB. Grayscale: #727272. Windows color (decimal): -4627452 or 287929. OLE color: 287929.

HSL color Cylindrical-coordinate representation of color #B96404: hue angle of 31.82º 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 #B96404 is Cyan = 0, Magento = 0.46, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 100 4 -
CMYK 0 0.46 0.98 0.27
HSL 31.82º 0.96% 0.37% -
HSV(B) 31.82º 0.98% 0.73% -
XYZ 24.59 19.44 2.57 -
YUV 114.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 185 100 4 0 0.46 0.98 0.27 31.82 0.96 0.37
Hex B9 64 4 0 2E 62 1B 20 60 25
Octal 271 144 4 0 56 142 33 40 140 45
Binary 10111001 1100100 100 0 101110 1100010 11011 100000 1100000 100101

Color Harmonies of #B96404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96404

Black with #B96404

Text Example


Text Example

White with #B96404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96404; }

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

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

background-color css

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

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

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

border-color css

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

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

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