#B75467

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

Shades of Blush #B75467

Tints of Blush #B75467

Color information

#B75467 (or 0xB75467) is unknown color: approx Blush. HEX triplet: B7, 54 and 67. RGB value is (183,84,103). Sum of RGB (Red+Green+Blue) = 183+84+103=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 103 (40.62% from 255 or 27.84% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B75467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75467 is #48AB98. Grayscale: #737373. Windows color (decimal): -4762521 or 6771895. OLE color: 6771895.

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

Color convert

RGB18384103-
CMYK00.540.440.28
HSL348.48º40.74%52.35%-
HSV(B)348.48º54.1%71.76%-
XYZ25.1517.3914.86-
YUV115.77120.8175.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.46%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 103 (40.62% from 255) = 27.84%
R=49.46%
G=22.70%
B=27.84%

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
Decimal1838410300.540.440.28348.4840.7452.35
HexB754670362C1C15c2934
Octal26712414706654345345164
Binary1011011110101001100111011011010110011100101011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75467; }

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

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

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

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

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

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

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

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