Html Css Color HEX #B96304 Tenne (Tawny)

📋 copy color: '#B96304'

red 185 ◦ green 99 ◦ blue 4

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

Shades of Tenne (Tawny) #B96304

Tints of Tenne (Tawny) #B96304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 64.24%
G = 34.38%
B = 1.39%

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

#B96304 (or 0xB96304) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 04. RGB value is (185,99,4). Sum of RGB (Red+Green+Blue) = 185+99+4=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 4 (1.95% from 255 or 1.39% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B96304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96304 is #469CFB. Grayscale: #727272. Windows color (decimal): -4627708 or 287673. OLE color: 287673.

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

Color convert

RGB 185 99 4 -
CMYK 0 0.46 0.98 0.27
HSL 31.49º 0.96% 0.37% -
HSV(B) 31.49º 0.98% 0.73% -
XYZ 24.49 19.25 2.54 -
YUV 113.88 65.99 178.72 -
System Red Green Blue C M Y K H S L
Decimal 185 99 4 0 0.46 0.98 0.27 31.49 0.96 0.37
Hex B9 63 4 0 2E 62 1B 1F 60 25
Octal 271 143 4 0 56 142 33 37 140 45
Binary 10111001 1100011 100 0 101110 1100010 11011 11111 1100000 100101

Color Harmonies of #B96304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96304

Black with #B96304

Text Example


Text Example

White with #B96304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96304; }

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

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

background-color css

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

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

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

border-color css

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

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

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