Html Css Color HEX #B9610C Tenne (Tawny)

📋 copy color: '#B9610C'

red 185 ◦ green 97 ◦ blue 12

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

Shades of Tenne (Tawny) #B9610C

Tints of Tenne (Tawny) #B9610C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.08%

R = 62.93%
G = 32.99%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9610C (or 0xB9610C) is known color: Tenne (Tawny). HEX triplet: B9, 61 and 0C. RGB value is (185,97,12). Sum of RGB (Red+Green+Blue) = 185+97+12=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 12 (5.08% from 255 or 4.08% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9610C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9610C is #469EF3. Grayscale: #727272. Windows color (decimal): -4628212 or 811449. OLE color: 811449.

HSL color Cylindrical-coordinate representation of color #B9610C: hue angle of 29.48º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9610C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 97 12 -
CMYK 0 0.48 0.94 0.27
HSL 29.48º 0.88% 0.39% -
HSV(B) 29.48º 0.94% 0.73% -
XYZ 24.35 18.89 2.71 -
YUV 113.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 185 97 12 0 0.48 0.94 0.27 29.48 0.88 0.39
Hex B9 61 C 0 30 5E 1B 1D 58 27
Octal 271 141 14 0 60 136 33 35 130 47
Binary 10111001 1100001 1100 0 110000 1011110 11011 11101 1011000 100111

Color Harmonies of #B9610C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9610C

Black with #B9610C

Text Example


Text Example

White with #B9610C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9610C; }

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

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

background-color css

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

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

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

border-color css

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

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

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