Html Css Color HEX #B55C10 Tenne (Tawny)

📋 copy color: '#B55C10'

red 181 ◦ green 92 ◦ blue 16

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

Shades of Tenne (Tawny) #B55C10

Tints of Tenne (Tawny) #B55C10

RGB

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

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

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

R = 62.63%
G = 31.83%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B55C10 (or 0xB55C10) is known color: Tenne (Tawny). HEX triplet: B5, 5C and 10. RGB value is (181,92,16). Sum of RGB (Red+Green+Blue) = 181+92+16=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B55C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55C10 is #4AA3EF. Grayscale: #6E6E6E. Windows color (decimal): -4891632 or 1072309. OLE color: 1072309.

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

Color convert

RGB 181 92 16 -
CMYK 0 0.49 0.91 0.29
HSL 27.64º 0.84% 0.39% -
HSV(B) 27.64º 0.91% 0.71% -
XYZ 22.98 17.52 2.66 -
YUV 109.95 74.99 178.68 -
System Red Green Blue C M Y K H S L
Decimal 181 92 16 0 0.49 0.91 0.29 27.64 0.84 0.39
Hex B5 5C 10 0 31 5B 1D 1C 54 27
Octal 265 134 20 0 61 133 35 34 124 47
Binary 10110101 1011100 10000 0 110001 1011011 11101 11100 1010100 100111

Color Harmonies of #B55C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55C10

Black with #B55C10

Text Example


Text Example

White with #B55C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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