Html Css Color HEX #B05565 Blush

📋 copy color: '#B05565'

red 176 ◦ green 85 ◦ blue 101

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

Shades of Blush #B05565

Tints of Blush #B05565

RGB

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

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

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

R = 48.62%
G = 23.48%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B05565 (or 0xB05565) is known color: Blush. HEX triplet: B0, 55 and 65. RGB value is (176,85,101). Sum of RGB (Red+Green+Blue) = 176+85+101=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B05565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05565 is #4FAA9A. Grayscale: #727272. Windows color (decimal): -5221019 or 6641072. OLE color: 6641072.

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

Color convert

RGB 176 85 101 -
CMYK 0 0.52 0.43 0.31
HSL 349.45º 0.37% 0.51% -
HSV(B) 349.45º 0.52% 0.69% -
XYZ 23.5 16.67 14.29 -
YUV 114.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 176 85 101 0 0.52 0.43 0.31 349.45 0.37 0.51
Hex B0 55 65 0 34 2B 1F 15D 25 33
Octal 260 125 145 0 64 53 37 535 45 63
Binary 10110000 1010101 1100101 0 110100 101011 11111 101011101 100101 110011

Color Harmonies of #B05565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05565

Black with #B05565

Text Example


Text Example

White with #B05565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05565; }

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

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

background-color css

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

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

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

border-color css

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

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

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