Html Css Color HEX #B95C0C Tenne (Tawny)

📋 copy color: '#B95C0C'

red 185 ◦ green 92 ◦ blue 12

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

Shades of Tenne (Tawny) #B95C0C

Tints of Tenne (Tawny) #B95C0C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.83%

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

R = 64.01%
G = 31.83%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B95C0C (or 0xB95C0C) is known color: Tenne (Tawny). HEX triplet: B9, 5C and 0C. RGB value is (185,92,12). Sum of RGB (Red+Green+Blue) = 185+92+12=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C0C is #46A3F3. Grayscale: #6F6F6F. Windows color (decimal): -4629492 or 810169. OLE color: 810169.

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

Color convert

RGB 185 92 12 -
CMYK 0 0.50 0.94 0.27
HSL 27.75º 0.88% 0.39% -
HSV(B) 27.75º 0.94% 0.73% -
XYZ 23.9 18 2.56 -
YUV 110.69 72.31 181 -
System Red Green Blue C M Y K H S L
Decimal 185 92 12 0 0.50 0.94 0.27 27.75 0.88 0.39
Hex B9 5C C 0 32 5E 1B 1C 58 27
Octal 271 134 14 0 62 136 33 34 130 47
Binary 10111001 1011100 1100 0 110010 1011110 11011 11100 1011000 100111

Color Harmonies of #B95C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C0C

Black with #B95C0C

Text Example


Text Example

White with #B95C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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