Html Css Color HEX #B95C10 Tenne (Tawny)

📋 copy color: '#B95C10'

red 185 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #B95C10

Tints of Tenne (Tawny) #B95C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 63.14%
G = 31.4%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B95C10 (or 0xB95C10) is known color: Tenne (Tawny). HEX triplet: B9, 5C and 10. RGB value is (185,92,16). Sum of RGB (Red+Green+Blue) = 185+92+16=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C10 is #46A3EF. Grayscale: #6F6F6F. Windows color (decimal): -4629488 or 1072313. OLE color: 1072313.

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

Color convert

RGB 185 92 16 -
CMYK 0 0.50 0.91 0.27
HSL 26.98º 0.84% 0.39% -
HSV(B) 26.98º 0.91% 0.73% -
XYZ 23.93 18.01 2.7 -
YUV 111.14 74.31 180.68 -
System Red Green Blue C M Y K H S L
Decimal 185 92 16 0 0.50 0.91 0.27 26.98 0.84 0.39
Hex B9 5C 10 0 32 5B 1B 1B 54 27
Octal 271 134 20 0 62 133 33 33 124 47
Binary 10111001 1011100 10000 0 110010 1011011 11011 11011 1010100 100111

Color Harmonies of #B95C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C10

Black with #B95C10

Text Example


Text Example

White with #B95C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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