#B75C5E

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

Shades of Blush #B75C5E

Tints of Blush #B75C5E

Color information

#B75C5E (or 0xB75C5E) is unknown color: approx Blush. HEX triplet: B7, 5C and 5E. RGB value is (183,92,94). Sum of RGB (Red+Green+Blue) = 183+92+94=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C5E is #48A3A1. Grayscale: #777777. Windows color (decimal): -4760482 or 6184119. OLE color: 6184119.

HSL color Cylindrical-coordinate representation of color #B75C5E: hue angle of 358.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C5E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1839294-
CMYK00.500.490.28
HSL358.68º38.72%53.92%-
HSV(B)358.68º49.73%71.76%-
XYZ25.3818.5312.83-
YUV119.44113.65173.34-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.59%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=49.59%
G=24.93%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183929400.500.490.28358.6838.7253.92
HexB75C5E032311C1672736
Octal26713413606261345474766
Binary1011011110111001011110011001011000111100101100111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75C5E; }

 p { color: rgb(183,92,94); }

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

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

 a { background-color: rgb(183,92,94); }

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

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

 span { border-color: rgb(183,92,94); }

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