#B76062

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

Shades of Blush #B76062

Tints of Blush #B76062

Color information

#B76062 (or 0xB76062) is unknown color: approx Blush. HEX triplet: B7, 60 and 62. RGB value is (183,96,98). Sum of RGB (Red+Green+Blue) = 183+96+98=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 98 (38.67% from 255 or 25.99% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B76062 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76062 is #489F9D. Grayscale: #7A7A7A. Windows color (decimal): -4759454 or 6447287. OLE color: 6447287.

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

Color convert

RGB1839698-
CMYK00.480.460.28
HSL358.62º37.66%54.71%-
HSV(B)358.62º47.54%71.76%-
XYZ25.9219.3113.92-
YUV122.24114.32171.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.54%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 98 (38.67% from 255) = 25.99%
R=48.54%
G=25.46%
B=25.99%

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
Decimal183969800.480.460.28358.6237.6654.71
HexB760620302E1C1672637
Octal26714014206056345474667
Binary1011011111000001100010011000010111011100101100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76062; }

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

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

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

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

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

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

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

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