Html Css Color HEX #B75960 Blush

📋 copy color: '#B75960'

red 183 ◦ green 89 ◦ blue 96

#B75960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B75960

Tints of Blush #B75960

RGB

 RED value IS 183 (71.88% from 255) = 49.73%

 GREEN value IS 89 (35.16% from 255) = 24.18%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 49.73%
G = 24.18%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B75960 (or 0xB75960) is known color: Blush. HEX triplet: B7, 59 and 60. RGB value is (183,89,96). Sum of RGB (Red+Green+Blue) = 183+89+96=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B75960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75960 is #48A69F. Grayscale: #757575. Windows color (decimal): -4761248 or 6314423. OLE color: 6314423.

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

Color convert

RGB 183 89 96 -
CMYK 0 0.51 0.48 0.28
HSL 355.53º 0.39% 0.53% -
HSV(B) 355.53º 0.51% 0.72% -
XYZ 25.21 18.06 13.22 -
YUV 117.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 183 89 96 0 0.51 0.48 0.28 355.53 0.39 0.53
Hex B7 59 60 0 33 30 1C 164 27 35
Octal 267 131 140 0 63 60 34 544 47 65
Binary 10110111 1011001 1100000 0 110011 110000 11100 101100100 100111 110101

Color Harmonies of #B75960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75960

Black with #B75960

Text Example


Text Example

White with #B75960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75960; }

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

 H1.HeaderClassName
 {
   color: #B75960;
 }
 .AnyTagClassName
 {
   color: #B75960;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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