Html Css Color HEX #B05863 Blush

📋 copy color: '#B05863'

red 176 ◦ green 88 ◦ blue 99

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

Shades of Blush #B05863

Tints of Blush #B05863

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 48.48%
G = 24.24%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B05863 (or 0xB05863) is known color: Blush. HEX triplet: B0, 58 and 63. RGB value is (176,88,99). Sum of RGB (Red+Green+Blue) = 176+88+99=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05863 is #4FA79C. Grayscale: #737373. Windows color (decimal): -5220253 or 6510768. OLE color: 6510768.

HSL color Cylindrical-coordinate representation of color #B05863: hue angle of 352.5º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05863 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 99 -
CMYK 0 0.50 0.44 0.31
HSL 352.5º 0.36% 0.52% -
HSV(B) 352.5º 0.5% 0.69% -
XYZ 23.65 17.11 13.86 -
YUV 115.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 176 88 99 0 0.50 0.44 0.31 352.5 0.36 0.52
Hex B0 58 63 0 32 2C 1F 160 24 34
Octal 260 130 143 0 62 54 37 540 44 64
Binary 10110000 1011000 1100011 0 110010 101100 11111 101100000 100100 110100

Color Harmonies of #B05863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05863

Black with #B05863

Text Example


Text Example

White with #B05863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05863; }

 p { color: rgb(176,88,99); }

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

background-color css

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

 a { background-color: rgb(176,88,99); }

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

border-color css

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

 span { border-color: rgb(176,88,99); }

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