#B7634E

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

Shades of Flame Pea #B7634E

Tints of Flame Pea #B7634E

Color information

#B7634E (or 0xB7634E) is unknown color: approx Flame Pea. HEX triplet: B7, 63 and 4E. RGB value is (183,99,78). Sum of RGB (Red+Green+Blue) = 183+99+78=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 99 (39.06% from 255 or 27.5% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7634E is #489CB1. Grayscale: #797979. Windows color (decimal): -4758706 or 5137335. OLE color: 5137335.

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

Color convert

RGB1839978-
CMYK00.460.570.28
HSL12º42.17%51.18%-
HSV(B)12º57.38%71.76%-
XYZ25.3719.549.64-
YUV121.72103.33171.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 99 (39.06% from 255) = 27.5%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=50.83%
G=27.5%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183997800.460.570.281242.1751.18
HexB7634E02E391Cc2a33
Octal2671431160567134145263
Binary10110111110001110011100101110111001111001100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7634E; }

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

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

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

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

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

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

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

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