#B65B4D

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

Shades of Flame Pea #B65B4D

Tints of Flame Pea #B65B4D

Color information

#B65B4D (or 0xB65B4D) is unknown color: approx Flame Pea. HEX triplet: B6, 5B and 4D. RGB value is (182,91,77). Sum of RGB (Red+Green+Blue) = 182+91+77=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 77 (30.47% from 255 or 22% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B4D is #49A4B2. Grayscale: #747474. Windows color (decimal): -4826291 or 5069750. OLE color: 5069750.

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

Color convert

RGB1829177-
CMYK00.50.580.29
HSL41.83%50.78%-
HSV(B)57.69%71.37%-
XYZ24.3717.969.2-
YUV116.61105.65174.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 77 (30.47% from 255) = 22%
R=52%
G=26%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182917700.50.580.29841.8350.78
HexB65B4D0323A1D82a33
Octal2661331150627235105263
Binary10110110101101110011010110010111010111011000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B4D; }

 p { color: rgb(182,91,77); }

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

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

 a { background-color: rgb(182,91,77); }

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

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

 span { border-color: rgb(182,91,77); }

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