Html Css Color HEX #B75565 Blush

📋 copy color: '#B75565'

red 183 ◦ green 85 ◦ blue 101

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

Shades of Blush #B75565

Tints of Blush #B75565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.04%

 BLUE value IS 101 (39.84% from 255) = 27.37%

R = 49.59%
G = 23.04%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B75565 (or 0xB75565) is known color: Blush. HEX triplet: B7, 55 and 65. RGB value is (183,85,101). Sum of RGB (Red+Green+Blue) = 183+85+101=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B75565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75565 is #48AA9A. Grayscale: #747474. Windows color (decimal): -4762267 or 6641079. OLE color: 6641079.

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

Color convert

RGB 183 85 101 -
CMYK 0 0.54 0.45 0.28
HSL 350.2º 0.4% 0.53% -
HSV(B) 350.2º 0.54% 0.72% -
XYZ 25.13 17.5 14.37 -
YUV 116.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 183 85 101 0 0.54 0.45 0.28 350.2 0.4 0.53
Hex B7 55 65 0 36 2D 1C 15E 28 35
Octal 267 125 145 0 66 55 34 536 50 65
Binary 10110111 1010101 1100101 0 110110 101101 11100 101011110 101000 110101

Color Harmonies of #B75565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75565

Black with #B75565

Text Example


Text Example

White with #B75565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75565; }

 p { color: rgb(183,85,101); }

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

background-color css

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

 a { background-color: rgb(183,85,101); }

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

border-color css

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

 span { border-color: rgb(183,85,101); }

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