#B7664B

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

Shades of Flame Pea #B7664B

Tints of Flame Pea #B7664B

Color information

#B7664B (or 0xB7664B) is unknown color: approx Flame Pea. HEX triplet: B7, 66 and 4B. RGB value is (183,102,75). Sum of RGB (Red+Green+Blue) = 183+102+75=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7664B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7664B is #4899B4. Grayscale: #7B7B7B. Windows color (decimal): -4757941 or 4941495. OLE color: 4941495.

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

Color convert

RGB18310275-
CMYK00.440.590.28
HSL15º42.86%50.59%-
HSV(B)15º59.02%71.76%-
XYZ25.5520.089.19-
YUV123.14100.84170.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=50.83%
G=28.33%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831027500.440.590.281542.8650.59
HexB7664B02C3B1Cf2b33
Octal2671461130547334175363
Binary10110111110011010010110101100111011111001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7664B; }

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

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

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

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

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

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

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

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