#B5630C

Color #B5630C Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #B5630C

Tints of Tenne (Tawny) #B5630C

Color information

#B5630C (or 0xB5630C) is unknown color: approx Tenne (Tawny). HEX triplet: B5, 63 and 0C. RGB value is (181,99,12). Sum of RGB (Red+Green+Blue) = 181+99+12=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5630C is #4A9CF3. Grayscale: #727272. Windows color (decimal): -4889844 or 811957. OLE color: 811957.

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

Color convert

RGB1819912-
CMYK00.450.930.29
HSL30.89º87.56%37.84%-
HSV(B)30.89º93.37%70.98%-
XYZ23.5818.772.73-
YUV113.670.67176.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.99%
GREEN value IS 99 (39.06% from 255) = 33.90%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=61.99%
G=33.90%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181991200.450.930.2930.8987.5637.84
HexB563C02D5D1D1f5826
Octal26514314055135353713046
Binary10110101110001111000101101101110111101111111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5630C; }

 p { color: rgb(181,99,12); }

 H1.HeaderClassName
 {
   color: #B5630C;
 }
 .AnyTagClassName
 {
   color: #B5630C;
 }
</style>
background-color css

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

 a { background-color: rgb(181,99,12); }

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

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

 span { border-color: rgb(181,99,12); }

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