#B65B6A

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

Shades of Blush #B65B6A

Tints of Blush #B65B6A

Color information

#B65B6A (or 0xB65B6A) is unknown color: approx Blush. HEX triplet: B6, 5B and 6A. RGB value is (182,91,106). Sum of RGB (Red+Green+Blue) = 182+91+106=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B6A is #49A495. Grayscale: #777777. Windows color (decimal): -4826262 or 6970294. OLE color: 6970294.

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

Color convert

RGB18291106-
CMYK00.50.420.29
HSL350.11º38.4%53.53%-
HSV(B)350.11º50%71.37%-
XYZ25.6318.4715.85-
YUV119.92120.15172.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 106 (41.80% from 255) = 27.97%
R=48.02%
G=24.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829110600.50.420.29350.1138.453.53
HexB65B6A0322A1D15e2636
Octal26613315206252355364666
Binary1011011010110111101010011001010101011101101011110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B6A; }

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

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

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

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

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

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

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

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