#B65F6A

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

Shades of Blush #B65F6A

Tints of Blush #B65F6A

Color information

#B65F6A (or 0xB65F6A) is unknown color: approx Blush. HEX triplet: B6, 5F and 6A. RGB value is (182,95,106). Sum of RGB (Red+Green+Blue) = 182+95+106=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B65F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65F6A is #49A095. Grayscale: #7A7A7A. Windows color (decimal): -4825238 or 6971318. OLE color: 6971318.

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

Color convert

RGB18295106-
CMYK00.480.420.29
HSL352.41º37.34%54.31%-
HSV(B)352.41º47.8%71.37%-
XYZ25.9919.1715.97-
YUV122.27118.82170.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=47.52%
G=24.80%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829510600.480.420.29352.4137.3454.31
HexB65F6A0302A1D1602536
Octal26613715206052355404566
Binary1011011010111111101010011000010101011101101100000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65F6A; }

 p { color: rgb(182,95,106); }

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

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

 a { background-color: rgb(182,95,106); }

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

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

 span { border-color: rgb(182,95,106); }

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