#B75767

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

Shades of Blush #B75767

Tints of Blush #B75767

Color information

#B75767 (or 0xB75767) is unknown color: approx Blush. HEX triplet: B7, 57 and 67. RGB value is (183,87,103). Sum of RGB (Red+Green+Blue) = 183+87+103=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B75767 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75767 is #48A898. Grayscale: #757575. Windows color (decimal): -4761753 or 6772663. OLE color: 6772663.

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

Color convert

RGB18387103-
CMYK00.520.440.28
HSL350º40%52.94%-
HSV(B)350º52.46%71.76%-
XYZ25.3817.8614.94-
YUV117.53119.8174.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.06%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 103 (40.62% from 255) = 27.61%
R=49.06%
G=23.32%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838710300.520.440.283504052.94
HexB757670342C1C15e2835
Octal26712714706454345365065
Binary1011011110101111100111011010010110011100101011110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75767; }

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

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

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

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

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

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

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

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