Html Css Color HEX #B9640C Tenne (Tawny)

📋 copy color: '#B9640C'

red 185 ◦ green 100 ◦ blue 12

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

Shades of Tenne (Tawny) #B9640C

Tints of Tenne (Tawny) #B9640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

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

R = 62.29%
G = 33.67%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9640C (or 0xB9640C) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 0C. RGB value is (185,100,12). Sum of RGB (Red+Green+Blue) = 185+100+12=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 12 (5.08% from 255 or 4.04% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9640C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9640C is #469BF3. Grayscale: #737373. Windows color (decimal): -4627444 or 812217. OLE color: 812217.

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

Color convert

RGB 185 100 12 -
CMYK 0 0.46 0.94 0.27
HSL 30.52º 0.88% 0.39% -
HSV(B) 30.52º 0.94% 0.73% -
XYZ 24.63 19.46 2.8 -
YUV 115.38 69.66 177.66 -
System Red Green Blue C M Y K H S L
Decimal 185 100 12 0 0.46 0.94 0.27 30.52 0.88 0.39
Hex B9 64 C 0 2E 5E 1B 1F 58 27
Octal 271 144 14 0 56 136 33 37 130 47
Binary 10111001 1100100 1100 0 101110 1011110 11011 11111 1011000 100111

Color Harmonies of #B9640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9640C

Black with #B9640C

Text Example


Text Example

White with #B9640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9640C; }

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

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

background-color css

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

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

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

border-color css

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

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

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