Html Css Color HEX #B75E75 Blush

📋 copy color: '#B75E75'

red 183 ◦ green 94 ◦ blue 117

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

Shades of Blush #B75E75

Tints of Blush #B75E75

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.86%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 46.45%
G = 23.86%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B75E75 (or 0xB75E75) is known color: Blush. HEX triplet: B7, 5E and 75. RGB value is (183,94,117). Sum of RGB (Red+Green+Blue) = 183+94+117=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75E75 is #48A18A. Grayscale: #7B7B7B. Windows color (decimal): -4759947 or 7691959. OLE color: 7691959.

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

Color convert

RGB 183 94 117 -
CMYK 0 0.49 0.36 0.28
HSL 344.49º 0.38% 0.54% -
HSV(B) 344.49º 0.49% 0.72% -
XYZ 26.74 19.36 19.16 -
YUV 123.23 124.49 170.63 -
System Red Green Blue C M Y K H S L
Decimal 183 94 117 0 0.49 0.36 0.28 344.49 0.38 0.54
Hex B7 5E 75 0 31 24 1C 158 26 36
Octal 267 136 165 0 61 44 34 530 46 66
Binary 10110111 1011110 1110101 0 110001 100100 11100 101011000 100110 110110

Color Harmonies of #B75E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75E75

Black with #B75E75

Text Example


Text Example

White with #B75E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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