#B76068

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

Shades of Blush #B76068

Tints of Blush #B76068

Color information

#B76068 (or 0xB76068) is unknown color: approx Blush. HEX triplet: B7, 60 and 68. RGB value is (183,96,104). Sum of RGB (Red+Green+Blue) = 183+96+104=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B76068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76068 is #489F97. Grayscale: #7A7A7A. Windows color (decimal): -4759448 or 6840503. OLE color: 6840503.

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

Color convert

RGB18396104-
CMYK00.480.430.28
HSL354.48º37.66%54.71%-
HSV(B)354.48º47.54%71.76%-
XYZ26.2119.4315.47-
YUV122.92117.32170.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.78%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=47.78%
G=25.07%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839610400.480.430.28354.4837.6654.71
HexB760680302B1C1622637
Octal26714015006053345424667
Binary1011011111000001101000011000010101111100101100010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76068; }

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

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

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

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

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

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

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

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