Html Css Color HEX #B05566 Blush

📋 copy color: '#B05566'

red 176 ◦ green 85 ◦ blue 102

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

Shades of Blush #B05566

Tints of Blush #B05566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 48.48%
G = 23.42%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B05566 (or 0xB05566) is known color: Blush. HEX triplet: B0, 55 and 66. RGB value is (176,85,102). Sum of RGB (Red+Green+Blue) = 176+85+102=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05566 is #4FAA99. Grayscale: #727272. Windows color (decimal): -5221018 or 6706608. OLE color: 6706608.

HSL color Cylindrical-coordinate representation of color #B05566: hue angle of 348.79º 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 #B05566 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 102 -
CMYK 0 0.52 0.42 0.31
HSL 348.79º 0.37% 0.51% -
HSV(B) 348.79º 0.52% 0.69% -
XYZ 23.55 16.69 14.55 -
YUV 114.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 176 85 102 0 0.52 0.42 0.31 348.79 0.37 0.51
Hex B0 55 66 0 34 2A 1F 15D 25 33
Octal 260 125 146 0 64 52 37 535 45 63
Binary 10110000 1010101 1100110 0 110100 101010 11111 101011101 100101 110011

Color Harmonies of #B05566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05566

Black with #B05566

Text Example


Text Example

White with #B05566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05566; }

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

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

background-color css

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

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

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

border-color css

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

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

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