#B7644E

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

Shades of Flame Pea #B7644E

Tints of Flame Pea #B7644E

Color information

#B7644E (or 0xB7644E) is unknown color: approx Flame Pea. HEX triplet: B7, 64 and 4E. RGB value is (183,100,78). Sum of RGB (Red+Green+Blue) = 183+100+78=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7644E is #489BB1. Grayscale: #7A7A7A. Windows color (decimal): -4758450 or 5137591. OLE color: 5137591.

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

Color convert

RGB18310078-
CMYK00.450.570.28
HSL12.57º42.17%51.18%-
HSV(B)12.57º57.38%71.76%-
XYZ25.4619.739.67-
YUV122.31103171.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=50.69%
G=27.70%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831007800.450.570.2812.5742.1751.18
HexB7644E02D391Cd2a33
Octal2671441160557134155263
Binary10110111110010010011100101101111001111001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7644E; }

 p { color: rgb(183,100,78); }

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

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

 a { background-color: rgb(183,100,78); }

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

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

 span { border-color: rgb(183,100,78); }

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