Html Css Color HEX #B96A03 Tenne (Tawny)

📋 copy color: '#B96A03'

red 185 ◦ green 106 ◦ blue 3

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

Shades of Tenne (Tawny) #B96A03

Tints of Tenne (Tawny) #B96A03

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.05%

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

R = 62.93%
G = 36.05%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B96A03 (or 0xB96A03) is known color: Tenne (Tawny). HEX triplet: B9, 6A and 03. RGB value is (185,106,3). Sum of RGB (Red+Green+Blue) = 185+106+3=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A03 is #4695FC. Grayscale: #767676. Windows color (decimal): -4625917 or 223929. OLE color: 223929.

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

Color convert

RGB 185 106 3 -
CMYK 0 0.43 0.98 0.27
HSL 33.96º 0.97% 0.37% -
HSV(B) 33.96º 0.98% 0.73% -
XYZ 25.18 20.63 2.74 -
YUV 117.88 63.17 175.88 -
System Red Green Blue C M Y K H S L
Decimal 185 106 3 0 0.43 0.98 0.27 33.96 0.97 0.37
Hex B9 6A 3 0 2B 62 1B 22 61 25
Octal 271 152 3 0 53 142 33 42 141 45
Binary 10111001 1101010 11 0 101011 1100010 11011 100010 1100001 100101

Color Harmonies of #B96A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A03

Black with #B96A03

Text Example


Text Example

White with #B96A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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