#B75366

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

Shades of Blush #B75366

Tints of Blush #B75366

Color information

#B75366 (or 0xB75366) is unknown color: approx Blush. HEX triplet: B7, 53 and 66. RGB value is (183,83,102). Sum of RGB (Red+Green+Blue) = 183+83+102=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 102 (40.23% from 255 or 27.72% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75366 is #48AC99. Grayscale: #737373. Windows color (decimal): -4762778 or 6706103. OLE color: 6706103.

HSL color Cylindrical-coordinate representation of color #B75366: hue angle of 348.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75366 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18383102-
CMYK00.550.440.28
HSL348.6º40.98%52.16%-
HSV(B)348.6º54.64%71.76%-
XYZ25.0217.2114.57-
YUV115.07120.63176.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 83 (32.81% from 255) = 22.55%
BLUE value IS 102 (40.23% from 255) = 27.72%
R=49.73%
G=22.55%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838310200.550.440.28348.640.9852.16
HexB753660372C1C15d2934
Octal26712314606754345355164
Binary1011011110100111100110011011110110011100101011101101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75366; }

 p { color: rgb(183,83,102); }

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

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

 a { background-color: rgb(183,83,102); }

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

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

 span { border-color: rgb(183,83,102); }

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