Html Css Color HEX #B96102 Tenne (Tawny)

📋 copy color: '#B96102'

red 185 ◦ green 97 ◦ blue 2

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

Shades of Tenne (Tawny) #B96102

Tints of Tenne (Tawny) #B96102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.15%

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

R = 65.14%
G = 34.15%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#B96102 (or 0xB96102) is known color: Tenne (Tawny). HEX triplet: B9, 61 and 02. RGB value is (185,97,2). Sum of RGB (Red+Green+Blue) = 185+97+2=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B96102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96102 is #469EFD. Grayscale: #707070. Windows color (decimal): -4628222 or 156089. OLE color: 156089.

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

Color convert

RGB 185 97 2 -
CMYK 0 0.48 0.99 0.27
HSL 31.15º 0.98% 0.37% -
HSV(B) 31.15º 0.99% 0.73% -
XYZ 24.29 18.87 2.42 -
YUV 112.48 65.65 179.72 -
System Red Green Blue C M Y K H S L
Decimal 185 97 2 0 0.48 0.99 0.27 31.15 0.98 0.37
Hex B9 61 2 0 30 63 1B 1F 62 25
Octal 271 141 2 0 60 143 33 37 142 45
Binary 10111001 1100001 10 0 110000 1100011 11011 11111 1100010 100101

Color Harmonies of #B96102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96102

Black with #B96102

Text Example


Text Example

White with #B96102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96102; }

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

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

background-color css

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

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

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

border-color css

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

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

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