Html Css Color HEX #B95404 Tenne (Tawny)

📋 copy color: '#B95404'

red 185 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #B95404

Tints of Tenne (Tawny) #B95404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.77%

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

R = 67.77%
G = 30.77%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B95404 (or 0xB95404) is known color: Tenne (Tawny). HEX triplet: B9, 54 and 04. RGB value is (185,84,4). Sum of RGB (Red+Green+Blue) = 185+84+4=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B95404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95404 is #46ABFB. Grayscale: #696969. Windows color (decimal): -4631548 or 283833. OLE color: 283833.

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

Color convert

RGB 185 84 4 -
CMYK 0 0.55 0.98 0.27
HSL 26.52º 0.96% 0.37% -
HSV(B) 26.52º 0.98% 0.73% -
XYZ 23.2 16.66 2.11 -
YUV 105.08 70.96 185 -
System Red Green Blue C M Y K H S L
Decimal 185 84 4 0 0.55 0.98 0.27 26.52 0.96 0.37
Hex B9 54 4 0 37 62 1B 1B 60 25
Octal 271 124 4 0 67 142 33 33 140 45
Binary 10111001 1010100 100 0 110111 1100010 11011 11011 1100000 100101

Color Harmonies of #B95404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95404

Black with #B95404

Text Example


Text Example

White with #B95404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95404; }

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

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

background-color css

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

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

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

border-color css

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

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

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