Html Css Color HEX #B9640B Tenne (Tawny)

📋 copy color: '#B9640B'

red 185 ◦ green 100 ◦ blue 11

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

Shades of Tenne (Tawny) #B9640B

Tints of Tenne (Tawny) #B9640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 62.5%
G = 33.78%
B = 3.72%

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

#B9640B (or 0xB9640B) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 0B. RGB value is (185,100,11). Sum of RGB (Red+Green+Blue) = 185+100+11=296 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.5% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 185 - color contains mainly: red. Hex color #B9640B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9640B is #469BF4. Grayscale: #737373. Windows color (decimal): -4627445 or 746681. OLE color: 746681.

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

Color convert

RGB 185 100 11 -
CMYK 0 0.46 0.94 0.27
HSL 30.69º 0.89% 0.38% -
HSV(B) 30.69º 0.94% 0.73% -
XYZ 24.63 19.45 2.77 -
YUV 115.27 69.16 177.74 -
System Red Green Blue C M Y K H S L
Decimal 185 100 11 0 0.46 0.94 0.27 30.69 0.89 0.38
Hex B9 64 B 0 2E 5E 1B 1F 59 26
Octal 271 144 13 0 56 136 33 37 131 46
Binary 10111001 1100100 1011 0 101110 1011110 11011 11111 1011001 100110

Color Harmonies of #B9640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9640B

Black with #B9640B

Text Example


Text Example

White with #B9640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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