#B7644D

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

Shades of Flame Pea #B7644D

Tints of Flame Pea #B7644D

Color information

#B7644D (or 0xB7644D) is unknown color: approx Flame Pea. HEX triplet: B7, 64 and 4D. RGB value is (183,100,77). Sum of RGB (Red+Green+Blue) = 183+100+77=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7644D is #489BB2. Grayscale: #7A7A7A. Windows color (decimal): -4758451 or 5072055. OLE color: 5072055.

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

Color convert

RGB18310077-
CMYK00.450.580.28
HSL13.02º42.4%50.98%-
HSV(B)13.02º57.92%71.76%-
XYZ25.4319.729.49-
YUV122.2102.5171.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=50.83%
G=27.78%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831007700.450.580.2813.0242.450.98
HexB7644D02D3A1Cd2a33
Octal2671441150557234155263
Binary10110111110010010011010101101111010111001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7644D; }

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

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

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

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

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

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

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

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