Html Css Color HEX #B95C0E Tenne (Tawny)

📋 copy color: '#B95C0E'

red 185 ◦ green 92 ◦ blue 14

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

Shades of Tenne (Tawny) #B95C0E

Tints of Tenne (Tawny) #B95C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.81%

R = 63.57%
G = 31.62%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B95C0E (or 0xB95C0E) is known color: Tenne (Tawny). HEX triplet: B9, 5C and 0E. RGB value is (185,92,14). Sum of RGB (Red+Green+Blue) = 185+92+14=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 14 (5.86% from 255 or 4.81% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95C0E is #46A3F1. Grayscale: #6F6F6F. Windows color (decimal): -4629490 or 941241. OLE color: 941241.

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

Color convert

RGB 185 92 14 -
CMYK 0 0.50 0.92 0.27
HSL 27.37º 0.86% 0.39% -
HSV(B) 27.37º 0.92% 0.73% -
XYZ 23.91 18 2.63 -
YUV 110.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 185 92 14 0 0.50 0.92 0.27 27.37 0.86 0.39
Hex B9 5C E 0 32 5C 1B 1B 56 27
Octal 271 134 16 0 62 134 33 33 126 47
Binary 10111001 1011100 1110 0 110010 1011100 11011 11011 1010110 100111

Color Harmonies of #B95C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C0E

Black with #B95C0E

Text Example


Text Example

White with #B95C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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