#B65B6B

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

Shades of Blush #B65B6B

Tints of Blush #B65B6B

Color information

#B65B6B (or 0xB65B6B) is unknown color: approx Blush. HEX triplet: B6, 5B and 6B. RGB value is (182,91,107). Sum of RGB (Red+Green+Blue) = 182+91+107=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B6B is #49A494. Grayscale: #787878. Windows color (decimal): -4826261 or 7035830. OLE color: 7035830.

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

Color convert

RGB18291107-
CMYK00.50.410.29
HSL349.45º38.4%53.53%-
HSV(B)349.45º50%71.37%-
XYZ25.6918.4916.12-
YUV120.03120.65172.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 91 (35.94% from 255) = 23.95%
BLUE value IS 107 (42.19% from 255) = 28.16%
R=47.89%
G=23.95%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829110700.50.410.29349.4538.453.53
HexB65B6B032291D15d2636
Octal26613315306251355354666
Binary1011011010110111101011011001010100111101101011101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B6B; }

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

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

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

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

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

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

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

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