#B5634F

Color #B5634F Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B5634F

Tints of Flame Pea #B5634F

Color information

#B5634F (or 0xB5634F) is unknown color: approx Flame Pea. HEX triplet: B5, 63 and 4F. RGB value is (181,99,79). Sum of RGB (Red+Green+Blue) = 181+99+79=359 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.42% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 181 - color contains mainly: red. Hex color #B5634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5634F is #4A9CB0. Grayscale: #797979. Windows color (decimal): -4889777 or 5202869. OLE color: 5202869.

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

Color convert

RGB1819979-
CMYK00.450.560.29
HSL11.76º40.8%50.98%-
HSV(B)11.76º56.35%70.98%-
XYZ24.9319.319.81-
YUV121.24104.17170.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.42%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=50.42%
G=27.58%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181997900.450.560.2911.7640.850.98
HexB5634F02D381Dc2933
Octal2651431170557035145163
Binary10110101110001110011110101101111000111011100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5634F; }

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

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

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

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

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

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

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

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