#B65A3F

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

Shades of Flame Pea #B65A3F

Tints of Flame Pea #B65A3F

Color information

#B65A3F (or 0xB65A3F) is unknown color: approx Flame Pea. HEX triplet: B6, 5A and 3F. RGB value is (182,90,63). Sum of RGB (Red+Green+Blue) = 182+90+63=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A3F is #49A5C0. Grayscale: #727272. Windows color (decimal): -4826561 or 4151990. OLE color: 4151990.

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

Color convert

RGB1829063-
CMYK00.510.650.29
HSL13.61º48.57%48.04%-
HSV(B)13.61º65.38%71.37%-
XYZ23.8417.626.85-
YUV114.4398.98176.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.33%
GREEN value IS 90 (35.55% from 255) = 26.87%
BLUE value IS 63 (25% from 255) = 18.81%
R=54.33%
G=26.87%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182906300.510.650.2913.6148.5748.04
HexB65A3F033411De3130
Octal2661327706310135166160
Binary10110110101101011111101100111000001111011110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A3F; }

 p { color: rgb(182,90,63); }

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

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

 a { background-color: rgb(182,90,63); }

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

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

 span { border-color: rgb(182,90,63); }

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