Html Css Color HEX #B96602 Tenne (Tawny)

📋 copy color: '#B96602'

red 185 ◦ green 102 ◦ blue 2

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

Shades of Tenne (Tawny) #B96602

Tints of Tenne (Tawny) #B96602

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 2 (1.17% from 255) = 0.69%

R = 64.01%
G = 35.29%
B = 0.69%

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

#B96602 (or 0xB96602) is known color: Tenne (Tawny). HEX triplet: B9, 66 and 02. RGB value is (185,102,2). Sum of RGB (Red+Green+Blue) = 185+102+2=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 2 (1.17% from 255 or 0.69% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B96602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96602 is #4699FD. Grayscale: #737373. Windows color (decimal): -4626942 or 157369. OLE color: 157369.

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

Color convert

RGB 185 102 2 -
CMYK 0 0.45 0.99 0.27
HSL 32.79º 0.98% 0.37% -
HSV(B) 32.79º 0.99% 0.73% -
XYZ 24.77 19.82 2.58 -
YUV 115.42 64 177.63 -
System Red Green Blue C M Y K H S L
Decimal 185 102 2 0 0.45 0.99 0.27 32.79 0.98 0.37
Hex B9 66 2 0 2D 63 1B 21 62 25
Octal 271 146 2 0 55 143 33 41 142 45
Binary 10111001 1100110 10 0 101101 1100011 11011 100001 1100010 100101

Color Harmonies of #B96602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96602

Black with #B96602

Text Example


Text Example

White with #B96602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96602; }

 p { color: rgb(185,102,2); }

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

background-color css

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

 a { background-color: rgb(185,102,2); }

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

border-color css

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

 span { border-color: rgb(185,102,2); }

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