Html Css Color HEX #B96501 Tenne (Tawny)

📋 copy color: '#B96501'

red 185 ◦ green 101 ◦ blue 1

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

Shades of Tenne (Tawny) #B96501

Tints of Tenne (Tawny) #B96501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 64.46%
G = 35.19%
B = 0.35%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B96501 (or 0xB96501) is known color: Tenne (Tawny). HEX triplet: B9, 65 and 01. RGB value is (185,101,1). Sum of RGB (Red+Green+Blue) = 185+101+1=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 1 (0.78% from 255 or 0.35% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B96501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96501 is #469AFE. Grayscale: #737373. Windows color (decimal): -4627199 or 91577. OLE color: 91577.

HSL color Cylindrical-coordinate representation of color #B96501: hue angle of 32.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B96501 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 101 1 -
CMYK 0 0.45 0.99 0.27
HSL 32.61º 0.99% 0.36% -
HSV(B) 32.61º 0.99% 0.73% -
XYZ 24.67 19.62 2.52 -
YUV 114.72 63.83 178.13 -
System Red Green Blue C M Y K H S L
Decimal 185 101 1 0 0.45 0.99 0.27 32.61 0.99 0.36
Hex B9 65 1 0 2D 63 1B 21 63 24
Octal 271 145 1 0 55 143 33 41 143 44
Binary 10111001 1100101 1 0 101101 1100011 11011 100001 1100011 100100

Color Harmonies of #B96501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96501

Black with #B96501

Text Example


Text Example

White with #B96501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96501; }

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

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

background-color css

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

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

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

border-color css

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

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

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