#B76071

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

Shades of Blush #B76071

Tints of Blush #B76071

Color information

#B76071 (or 0xB76071) is unknown color: approx Blush. HEX triplet: B7, 60 and 71. RGB value is (183,96,113). Sum of RGB (Red+Green+Blue) = 183+96+113=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 113 (44.53% from 255 or 28.83% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B76071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76071 is #489F8E. Grayscale: #7B7B7B. Windows color (decimal): -4759439 or 7430327. OLE color: 7430327.

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

Color convert

RGB18396113-
CMYK00.480.380.28
HSL348.28º37.66%54.71%-
HSV(B)348.28º47.54%71.76%-
XYZ26.6919.6318-
YUV123.95121.82170.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 113 (44.53% from 255) = 28.83%
R=46.68%
G=24.49%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839611300.480.380.28348.2837.6654.71
HexB76071030261C15c2637
Octal26714016106046345344667
Binary1011011111000001110001011000010011011100101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76071; }

 p { color: rgb(183,96,113); }

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

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

 a { background-color: rgb(183,96,113); }

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

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

 span { border-color: rgb(183,96,113); }

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