#B66351

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

Shades of Flame Pea #B66351

Tints of Flame Pea #B66351

Color information

#B66351 (or 0xB66351) is unknown color: approx Flame Pea. HEX triplet: B6, 63 and 51. RGB value is (182,99,81). Sum of RGB (Red+Green+Blue) = 182+99+81=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 81 (32.03% from 255 or 22.38% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B66351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66351 is #499CAE. Grayscale: #797979. Windows color (decimal): -4824239 or 5333942. OLE color: 5333942.

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

Color convert

RGB1829981-
CMYK00.460.550.29
HSL10.69º40.89%51.57%-
HSV(B)10.69º55.49%71.37%-
XYZ25.2419.4610.21-
YUV121.76105170.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.28%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 81 (32.03% from 255) = 22.38%
R=50.28%
G=27.35%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182998100.460.550.2910.6940.8951.57
HexB6635102E371Db2934
Octal2661431210566735135164
Binary10110110110001110100010101110110111111011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66351; }

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

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

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

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

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

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

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

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