Html Css Color HEX #B9640A Tenne (Tawny)

📋 copy color: '#B9640A'

red 185 ◦ green 100 ◦ blue 10

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

Shades of Tenne (Tawny) #B9640A

Tints of Tenne (Tawny) #B9640A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.39%

R = 62.71%
G = 33.9%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B9640A (or 0xB9640A) is known color: Tenne (Tawny). HEX triplet: B9, 64 and 0A. RGB value is (185,100,10). Sum of RGB (Red+Green+Blue) = 185+100+10=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9640A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9640A is #469BF5. Grayscale: #737373. Windows color (decimal): -4627446 or 681145. OLE color: 681145.

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

Color convert

RGB 185 100 10 -
CMYK 0 0.46 0.95 0.27
HSL 30.86º 0.9% 0.38% -
HSV(B) 30.86º 0.95% 0.73% -
XYZ 24.62 19.45 2.74 -
YUV 115.16 68.66 177.82 -
System Red Green Blue C M Y K H S L
Decimal 185 100 10 0 0.46 0.95 0.27 30.86 0.9 0.38
Hex B9 64 A 0 2E 5F 1B 1F 5A 26
Octal 271 144 12 0 56 137 33 37 132 46
Binary 10111001 1100100 1010 0 101110 1011111 11011 11111 1011010 100110

Color Harmonies of #B9640A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9640A

Black with #B9640A

Text Example


Text Example

White with #B9640A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9640A; }

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

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

background-color css

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

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

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

border-color css

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

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

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