#B76063

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

Shades of Blush #B76063

Tints of Blush #B76063

Color information

#B76063 (or 0xB76063) is unknown color: approx Blush. HEX triplet: B7, 60 and 63. RGB value is (183,96,99). Sum of RGB (Red+Green+Blue) = 183+96+99=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B76063 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76063 is #489F9C. Grayscale: #7A7A7A. Windows color (decimal): -4759453 or 6512823. OLE color: 6512823.

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

Color convert

RGB1839699-
CMYK00.480.460.28
HSL357.93º37.66%54.71%-
HSV(B)357.93º47.54%71.76%-
XYZ25.9619.3314.17-
YUV122.35114.82171.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.41%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 99 (39.06% from 255) = 26.19%
R=48.41%
G=25.40%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183969900.480.460.28357.9337.6654.71
HexB760630302E1C1662637
Octal26714014306056345464667
Binary1011011111000001100011011000010111011100101100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76063; }

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

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

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

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

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

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

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

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