Html Css Color HEX #B05560 Blush

📋 copy color: '#B05560'

red 176 ◦ green 85 ◦ blue 96

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

Shades of Blush #B05560

Tints of Blush #B05560

RGB

 RED value IS 176 (69.14% from 255) = 49.3%

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

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

R = 49.3%
G = 23.81%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B05560 (or 0xB05560) is known color: Blush. HEX triplet: B0, 55 and 60. RGB value is (176,85,96). Sum of RGB (Red+Green+Blue) = 176+85+96=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B05560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05560 is #4FAA9F. Grayscale: #717171. Windows color (decimal): -5221024 or 6313392. OLE color: 6313392.

HSL color Cylindrical-coordinate representation of color #B05560: hue angle of 352.75º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05560 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 96 -
CMYK 0 0.52 0.45 0.31
HSL 352.75º 0.37% 0.51% -
HSV(B) 352.75º 0.52% 0.69% -
XYZ 23.26 16.57 13.04 -
YUV 113.46 118.15 172.61 -
System Red Green Blue C M Y K H S L
Decimal 176 85 96 0 0.52 0.45 0.31 352.75 0.37 0.51
Hex B0 55 60 0 34 2D 1F 161 25 33
Octal 260 125 140 0 64 55 37 541 45 63
Binary 10110000 1010101 1100000 0 110100 101101 11111 101100001 100101 110011

Color Harmonies of #B05560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05560

Black with #B05560

Text Example


Text Example

White with #B05560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05560; }

 p { color: rgb(176,85,96); }

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

background-color css

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

 a { background-color: rgb(176,85,96); }

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

border-color css

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

 span { border-color: rgb(176,85,96); }

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