#B7664E

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

Shades of Flame Pea #B7664E

Tints of Flame Pea #B7664E

Color information

#B7664E (or 0xB7664E) is unknown color: approx Flame Pea. HEX triplet: B7, 66 and 4E. RGB value is (183,102,78). Sum of RGB (Red+Green+Blue) = 183+102+78=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7664E is #4899B1. Grayscale: #7B7B7B. Windows color (decimal): -4757938 or 5138103. OLE color: 5138103.

HSL color Cylindrical-coordinate representation of color #B7664E: hue angle of 13.71º 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 #B7664E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB18310278-
CMYK00.440.570.28
HSL13.71º42.17%51.18%-
HSV(B)13.71º57.38%71.76%-
XYZ25.6520.129.74-
YUV123.48102.34170.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=50.41%
G=28.10%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831027800.440.570.2813.7142.1751.18
HexB7664E02C391Ce2a33
Octal2671461160547134165263
Binary10110111110011010011100101100111001111001110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7664E; }

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

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

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

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

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

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

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

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