#B7644A

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

Shades of Flame Pea #B7644A

Tints of Flame Pea #B7644A

Color information

#B7644A (or 0xB7644A) is unknown color: approx Flame Pea. HEX triplet: B7, 64 and 4A. RGB value is (183,100,74). Sum of RGB (Red+Green+Blue) = 183+100+74=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B7644A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7644A is #489BB5. Grayscale: #7A7A7A. Windows color (decimal): -4758454 or 4875447. OLE color: 4875447.

HSL color Cylindrical-coordinate representation of color #B7644A: hue angle of 14.31º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7644A is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB18310074-
CMYK00.450.600.28
HSL14.31º43.08%50.39%-
HSV(B)14.31º59.56%71.76%-
XYZ25.3219.688.94-
YUV121.85101171.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.26%
GREEN value IS 100 (39.45% from 255) = 28.01%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=51.26%
G=28.01%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831007400.450.600.2814.3143.0850.39
HexB7644A02D3C1Ce2b32
Octal2671441120557434165362
Binary10110111110010010010100101101111100111001110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7644A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7644A; }

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

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

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

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

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

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

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

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