Html Css Color HEX #B9600C Tenne (Tawny)

📋 copy color: '#B9600C'

red 185 ◦ green 96 ◦ blue 12

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

Shades of Tenne (Tawny) #B9600C

Tints of Tenne (Tawny) #B9600C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.76%

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

R = 63.14%
G = 32.76%
B = 4.1%

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

#B9600C (or 0xB9600C) is known color: Tenne (Tawny). HEX triplet: B9, 60 and 0C. RGB value is (185,96,12). Sum of RGB (Red+Green+Blue) = 185+96+12=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9600C is #469FF3. Grayscale: #717171. Windows color (decimal): -4628468 or 811193. OLE color: 811193.

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

Color convert

RGB 185 96 12 -
CMYK 0 0.48 0.94 0.27
HSL 29.13º 0.88% 0.39% -
HSV(B) 29.13º 0.94% 0.73% -
XYZ 24.26 18.71 2.68 -
YUV 113.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 185 96 12 0 0.48 0.94 0.27 29.13 0.88 0.39
Hex B9 60 C 0 30 5E 1B 1D 58 27
Octal 271 140 14 0 60 136 33 35 130 47
Binary 10111001 1100000 1100 0 110000 1011110 11011 11101 1011000 100111

Color Harmonies of #B9600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9600C

Black with #B9600C

Text Example


Text Example

White with #B9600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9600C; }

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

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

background-color css

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

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

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

border-color css

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

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

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