#B6634E

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

Shades of Flame Pea #B6634E

Tints of Flame Pea #B6634E

Color information

#B6634E (or 0xB6634E) is unknown color: approx Flame Pea. HEX triplet: B6, 63 and 4E. RGB value is (182,99,78). Sum of RGB (Red+Green+Blue) = 182+99+78=359 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.70% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 182 - color contains mainly: red. Hex color #B6634E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6634E is #499CB1. Grayscale: #797979. Windows color (decimal): -4824242 or 5137334. OLE color: 5137334.

HSL color Cylindrical-coordinate representation of color #B6634E: hue angle of 12.12º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B6634E is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1829978-
CMYK00.460.570.29
HSL12.12º41.6%50.98%-
HSV(B)12.12º57.14%71.37%-
XYZ25.1319.429.63-
YUV121.42103.5171.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.70%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 78 (30.86% from 255) = 21.73%
R=50.70%
G=27.58%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182997800.460.570.2912.1241.650.98
HexB6634E02E391Dc2a33
Octal2661431160567135145263
Binary10110110110001110011100101110111001111011100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6634E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6634E; }

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

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

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

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

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

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

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

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