#B75861

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

Shades of Blush #B75861

Tints of Blush #B75861

Color information

#B75861 (or 0xB75861) is unknown color: approx Blush. HEX triplet: B7, 58 and 61. RGB value is (183,88,97). Sum of RGB (Red+Green+Blue) = 183+88+97=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75861 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75861 is #48A79E. Grayscale: #757575. Windows color (decimal): -4761503 or 6379703. OLE color: 6379703.

HSL color Cylindrical-coordinate representation of color #B75861: hue angle of 354.32º 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 #B75861 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1838897-
CMYK00.520.470.28
HSL354.32º39.75%53.14%-
HSV(B)354.32º51.91%71.76%-
XYZ25.1817.9113.44-
YUV117.43116.47174.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=49.73%
G=23.91%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183889700.520.470.28354.3239.7553.14
HexB758610342F1C1622835
Octal26713014106457345425065
Binary1011011110110001100001011010010111111100101100010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75861; }

 p { color: rgb(183,88,97); }

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

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

 a { background-color: rgb(183,88,97); }

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

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

 span { border-color: rgb(183,88,97); }

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