Html Css Color HEX #B95403 Tenne (Tawny)

📋 copy color: '#B95403'

red 185 ◦ green 84 ◦ blue 3

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

Shades of Tenne (Tawny) #B95403

Tints of Tenne (Tawny) #B95403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.1%

R = 68.01%
G = 30.88%
B = 1.1%

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

#B95403 (or 0xB95403) is known color: Tenne (Tawny). HEX triplet: B9, 54 and 03. RGB value is (185,84,3). Sum of RGB (Red+Green+Blue) = 185+84+3=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B95403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95403 is #46ABFC. Grayscale: #696969. Windows color (decimal): -4631549 or 218297. OLE color: 218297.

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

Color convert

RGB 185 84 3 -
CMYK 0 0.55 0.98 0.27
HSL 26.7º 0.97% 0.37% -
HSV(B) 26.7º 0.98% 0.73% -
XYZ 23.19 16.66 2.08 -
YUV 104.97 70.46 185.09 -
System Red Green Blue C M Y K H S L
Decimal 185 84 3 0 0.55 0.98 0.27 26.7 0.97 0.37
Hex B9 54 3 0 37 62 1B 1B 61 25
Octal 271 124 3 0 67 142 33 33 141 45
Binary 10111001 1010100 11 0 110111 1100010 11011 11011 1100001 100101

Color Harmonies of #B95403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95403

Black with #B95403

Text Example


Text Example

White with #B95403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95403; }

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

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

background-color css

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

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

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

border-color css

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

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

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