#B75567

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

Shades of Blush #B75567

Tints of Blush #B75567

Color information

#B75567 (or 0xB75567) is unknown color: approx Blush. HEX triplet: B7, 55 and 67. RGB value is (183,85,103). Sum of RGB (Red+Green+Blue) = 183+85+103=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B75567 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75567 is #48AA98. Grayscale: #747474. Windows color (decimal): -4762265 or 6772151. OLE color: 6772151.

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

Color convert

RGB18385103-
CMYK00.540.440.28
HSL348.98º40.5%52.55%-
HSV(B)348.98º53.55%71.76%-
XYZ25.2317.5414.89-
YUV116.35120.47175.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=49.33%
G=22.91%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838510300.540.440.28348.9840.552.55
HexB755670362C1C15d2835
Octal26712514706654345355065
Binary1011011110101011100111011011010110011100101011101101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75567; }

 p { color: rgb(183,85,103); }

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

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

 a { background-color: rgb(183,85,103); }

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

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

 span { border-color: rgb(183,85,103); }

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