Html Css Color HEX #B05260 Blush

📋 copy color: '#B05260'

red 176 ◦ green 82 ◦ blue 96

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

Shades of Blush #B05260

Tints of Blush #B05260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

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

R = 49.72%
G = 23.16%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B05260 (or 0xB05260) is known color: Blush. HEX triplet: B0, 52 and 60. RGB value is (176,82,96). Sum of RGB (Red+Green+Blue) = 176+82+96=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B05260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05260 is #4FAD9F. Grayscale: #6F6F6F. Windows color (decimal): -5221792 or 6312624. OLE color: 6312624.

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

Color convert

RGB 176 82 96 -
CMYK 0 0.53 0.45 0.31
HSL 351.06º 0.37% 0.51% -
HSV(B) 351.06º 0.53% 0.69% -
XYZ 23.03 16.11 12.96 -
YUV 111.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 176 82 96 0 0.53 0.45 0.31 351.06 0.37 0.51
Hex B0 52 60 0 35 2D 1F 15F 25 33
Octal 260 122 140 0 65 55 37 537 45 63
Binary 10110000 1010010 1100000 0 110101 101101 11111 101011111 100101 110011

Color Harmonies of #B05260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05260

Black with #B05260

Text Example


Text Example

White with #B05260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05260; }

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

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

background-color css

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

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

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

border-color css

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

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

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