Html Css Color HEX #B96505 Tenne (Tawny)

📋 copy color: '#B96505'

red 185 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #B96505

Tints of Tenne (Tawny) #B96505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.71%

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

R = 63.57%
G = 34.71%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B96505 (or 0xB96505) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 05. RGB value is (185,101,5). Sum of RGB (Red+Green+Blue) = 185+101+5=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B96505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96505 is #469AFA. Grayscale: #737373. Windows color (decimal): -4627195 or 353721. OLE color: 353721.

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

Color convert

RGB 185 101 5 -
CMYK 0 0.45 0.97 0.27
HSL 32º 0.95% 0.37% -
HSV(B) 32º 0.97% 0.73% -
XYZ 24.69 19.63 2.63 -
YUV 115.17 65.83 177.81 -
System Red Green Blue C M Y K H S L
Decimal 185 101 5 0 0.45 0.97 0.27 32 0.95 0.37
Hex B9 65 5 0 2D 61 1B 20 5F 25
Octal 271 145 5 0 55 141 33 40 137 45
Binary 10111001 1100101 101 0 101101 1100001 11011 100000 1011111 100101

Color Harmonies of #B96505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96505

Black with #B96505

Text Example


Text Example

White with #B96505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96505; }

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

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

background-color css

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

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

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

border-color css

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

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

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