Html Css Color HEX #B4565C Blush

📋 copy color: '#B4565C'

red 180 ◦ green 86 ◦ blue 92

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

Shades of Blush #B4565C

Tints of Blush #B4565C

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 92 (36.33% from 255) = 25.7%

R = 50.28%
G = 24.02%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4565C (or 0xB4565C) is known color: Blush. HEX triplet: B4, 56 and 5C. RGB value is (180,86,92). Sum of RGB (Red+Green+Blue) = 180+86+92=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 92 (36.33% from 255 or 25.70% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4565C is #4BA9A3. Grayscale: #727272. Windows color (decimal): -4958628 or 6051508. OLE color: 6051508.

HSL color Cylindrical-coordinate representation of color #B4565C: hue angle of 356.17º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4565C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 92 -
CMYK 0 0.52 0.49 0.29
HSL 356.17º 0.39% 0.52% -
HSV(B) 356.17º 0.52% 0.71% -
XYZ 24.08 17.13 12.16 -
YUV 114.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 180 86 92 0 0.52 0.49 0.29 356.17 0.39 0.52
Hex B4 56 5C 0 34 31 1D 164 27 34
Octal 264 126 134 0 64 61 35 544 47 64
Binary 10110100 1010110 1011100 0 110100 110001 11101 101100100 100111 110100

Color Harmonies of #B4565C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4565C

Black with #B4565C

Text Example


Text Example

White with #B4565C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4565C; }

 p { color: rgb(180,86,92); }

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

background-color css

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

 a { background-color: rgb(180,86,92); }

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

border-color css

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

 span { border-color: rgb(180,86,92); }

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