Html Css Color HEX #B9640E Tenne (Tawny)

📋 copy color: '#B9640E'

red 185 ◦ green 100 ◦ blue 14

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

Shades of Tenne (Tawny) #B9640E

Tints of Tenne (Tawny) #B9640E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.68%

R = 61.87%
G = 33.44%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B9640E (or 0xB9640E) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 0E. RGB value is (185,100,14). Sum of RGB (Red+Green+Blue) = 185+100+14=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 100 (39.45% from 255 or 33.44% from 299); Blue value is 14 (5.86% from 255 or 4.68% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9640E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9640E is #469BF1. Grayscale: #747474. Windows color (decimal): -4627442 or 943289. OLE color: 943289.

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

Color convert

RGB 185 100 14 -
CMYK 0 0.46 0.92 0.27
HSL 30.18º 0.86% 0.39% -
HSV(B) 30.18º 0.92% 0.73% -
XYZ 24.64 19.46 2.87 -
YUV 115.61 70.66 177.49 -
System Red Green Blue C M Y K H S L
Decimal 185 100 14 0 0.46 0.92 0.27 30.18 0.86 0.39
Hex B9 64 E 0 2E 5C 1B 1E 56 27
Octal 271 144 16 0 56 134 33 36 126 47
Binary 10111001 1100100 1110 0 101110 1011100 11011 11110 1010110 100111

Color Harmonies of #B9640E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9640E

Black with #B9640E

Text Example


Text Example

White with #B9640E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9640E; }

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

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

background-color css

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

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

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

border-color css

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

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

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