Html Css Color HEX #B55F0E Tenne (Tawny)

📋 copy color: '#B55F0E'

red 181 ◦ green 95 ◦ blue 14

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

Shades of Tenne (Tawny) #B55F0E

Tints of Tenne (Tawny) #B55F0E

RGB

 RED value IS 181 (71.09% from 255) = 62.41%

 GREEN value IS 95 (37.5% from 255) = 32.76%

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

R = 62.41%
G = 32.76%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B55F0E (or 0xB55F0E) is known color: Tenne (Tawny). HEX triplet: B5, 5F and 0E. RGB value is (181,95,14). Sum of RGB (Red+Green+Blue) = 181+95+14=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 14 (5.86% from 255 or 4.83% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B55F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55F0E is #4AA0F1. Grayscale: #6F6F6F. Windows color (decimal): -4890866 or 942005. OLE color: 942005.

HSL color Cylindrical-coordinate representation of color #B55F0E: hue angle of 29.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B55F0E is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 95 14 -
CMYK 0 0.48 0.92 0.29
HSL 29.1º 0.86% 0.38% -
HSV(B) 29.1º 0.92% 0.71% -
XYZ 23.23 18.04 2.67 -
YUV 111.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 181 95 14 0 0.48 0.92 0.29 29.1 0.86 0.38
Hex B5 5F E 0 30 5C 1D 1D 56 26
Octal 265 137 16 0 60 134 35 35 126 46
Binary 10110101 1011111 1110 0 110000 1011100 11101 11101 1010110 100110

Color Harmonies of #B55F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55F0E

Black with #B55F0E

Text Example


Text Example

White with #B55F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55F0E; }

 p { color: rgb(181,95,14); }

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

background-color css

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

 a { background-color: rgb(181,95,14); }

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

border-color css

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

 span { border-color: rgb(181,95,14); }

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