Html Css Color HEX #B96305 Tenne (Tawny)

📋 copy color: '#B96305'

red 185 ◦ green 99 ◦ blue 5

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

Shades of Tenne (Tawny) #B96305

Tints of Tenne (Tawny) #B96305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 64.01%
G = 34.26%
B = 1.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B96305 (or 0xB96305) is known color: Tenne (Tawny). HEX triplet: B9, 63 and 05. RGB value is (185,99,5). Sum of RGB (Red+Green+Blue) = 185+99+5=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B96305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96305 is #469CFA. Grayscale: #727272. Windows color (decimal): -4627707 or 353209. OLE color: 353209.

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

Color convert

RGB 185 99 5 -
CMYK 0 0.46 0.97 0.27
HSL 31.33º 0.95% 0.37% -
HSV(B) 31.33º 0.97% 0.73% -
XYZ 24.5 19.25 2.57 -
YUV 114 66.49 178.64 -
System Red Green Blue C M Y K H S L
Decimal 185 99 5 0 0.46 0.97 0.27 31.33 0.95 0.37
Hex B9 63 5 0 2E 61 1B 1F 5F 25
Octal 271 143 5 0 56 141 33 37 137 45
Binary 10111001 1100011 101 0 101110 1100001 11011 11111 1011111 100101

Color Harmonies of #B96305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96305

Black with #B96305

Text Example


Text Example

White with #B96305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96305; }

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

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

background-color css

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

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

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

border-color css

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

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

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