#B65C4A

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

Shades of Flame Pea #B65C4A

Tints of Flame Pea #B65C4A

Color information

#B65C4A (or 0xB65C4A) is unknown color: approx Flame Pea. HEX triplet: B6, 5C and 4A. RGB value is (182,92,74). Sum of RGB (Red+Green+Blue) = 182+92+74=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C4A is #49A3B5. Grayscale: #757575. Windows color (decimal): -4826038 or 4873398. OLE color: 4873398.

HSL color Cylindrical-coordinate representation of color #B65C4A: hue angle of 10º 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 #B65C4A is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1829274-
CMYK00.490.590.29
HSL10º42.52%50.2%-
HSV(B)10º59.34%71.37%-
XYZ24.3518.098.69-
YUV116.86103.82174.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.30%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 74 (29.30% from 255) = 21.26%
R=52.30%
G=26.44%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182927400.490.590.291042.5250.2
HexB65C4A0313B1Da2b32
Octal2661341120617335125362
Binary10110110101110010010100110001111011111011010101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65C4A; }

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

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

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

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

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

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

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

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