#B65B5E

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

Shades of Blush #B65B5E

Tints of Blush #B65B5E

Color information

#B65B5E (or 0xB65B5E) is unknown color: approx Blush. HEX triplet: B6, 5B and 5E. RGB value is (182,91,94). Sum of RGB (Red+Green+Blue) = 182+91+94=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B5E is #49A4A1. Grayscale: #767676. Windows color (decimal): -4826274 or 6183862. OLE color: 6183862.

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

Color convert

RGB1829194-
CMYK00.50.480.29
HSL358.02º38.4%53.53%-
HSV(B)358.02º50%71.37%-
XYZ25.0518.2412.79-
YUV118.55114.15173.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 94 (37.11% from 255) = 25.61%
R=49.59%
G=24.80%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919400.50.480.29358.0238.453.53
HexB65B5E032301D1662636
Octal26613313606260355464666
Binary1011011010110111011110011001011000011101101100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B5E; }

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

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

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

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

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

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

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

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