#B4634E

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

Shades of Flame Pea #B4634E

Tints of Flame Pea #B4634E

Color information

#B4634E (or 0xB4634E) is unknown color: approx Flame Pea. HEX triplet: B4, 63 and 4E. RGB value is (180,99,78). Sum of RGB (Red+Green+Blue) = 180+99+78=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4634E is #4B9CB1. Grayscale: #787878. Windows color (decimal): -4955314 or 5137332. OLE color: 5137332.

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

Color convert

RGB1809978-
CMYK00.450.570.29
HSL12.35º40.48%50.59%-
HSV(B)12.35º56.67%70.59%-
XYZ24.6619.189.61-
YUV120.82103.84170.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.42%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 78 (30.86% from 255) = 21.85%
R=50.42%
G=27.73%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180997800.450.570.2912.3540.4850.59
HexB4634E02D391Dc2833
Octal2641431160557135145063
Binary10110100110001110011100101101111001111011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4634E; }

 p { color: rgb(180,99,78); }

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

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

 a { background-color: rgb(180,99,78); }

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

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

 span { border-color: rgb(180,99,78); }

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