#B6634A

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

Shades of Flame Pea #B6634A

Tints of Flame Pea #B6634A

Color information

#B6634A (or 0xB6634A) is unknown color: approx Flame Pea. HEX triplet: B6, 63 and 4A. RGB value is (182,99,74). Sum of RGB (Red+Green+Blue) = 182+99+74=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6634A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6634A is #499CB5. Grayscale: #797979. Windows color (decimal): -4824246 or 4875190. OLE color: 4875190.

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

Color convert

RGB1829974-
CMYK00.460.590.29
HSL13.89º42.52%50.2%-
HSV(B)13.89º59.34%71.37%-
XYZ24.9919.368.9-
YUV120.97101.5171.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=51.27%
G=27.89%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182997400.460.590.2913.8942.5250.2
HexB6634A02E3B1De2b32
Octal2661431120567335165362
Binary10110110110001110010100101110111011111011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6634A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6634A; }

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

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

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

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

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

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

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

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