Html Css Color HEX #B0565F Blush

📋 copy color: '#B0565F'

red 176 ◦ green 86 ◦ blue 95

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

Shades of Blush #B0565F

Tints of Blush #B0565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

 BLUE value IS 95 (37.5% from 255) = 26.61%

R = 49.3%
G = 24.09%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B0565F (or 0xB0565F) is known color: Blush. HEX triplet: B0, 56 and 5F. RGB value is (176,86,95). Sum of RGB (Red+Green+Blue) = 176+86+95=357 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.30% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 176 - color contains mainly: red. Hex color #B0565F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0565F is #4FA9A0. Grayscale: #717171. Windows color (decimal): -5220769 or 6248112. OLE color: 6248112.

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

Color convert

RGB 176 86 95 -
CMYK 0 0.51 0.46 0.31
HSL 354º 0.36% 0.51% -
HSV(B) 354º 0.51% 0.69% -
XYZ 23.3 16.71 12.82 -
YUV 113.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 176 86 95 0 0.51 0.46 0.31 354 0.36 0.51
Hex B0 56 5F 0 33 2E 1F 162 24 33
Octal 260 126 137 0 63 56 37 542 44 63
Binary 10110000 1010110 1011111 0 110011 101110 11111 101100010 100100 110011

Color Harmonies of #B0565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0565F

Black with #B0565F

Text Example


Text Example

White with #B0565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0565F; }

 p { color: rgb(176,86,95); }

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

background-color css

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

 a { background-color: rgb(176,86,95); }

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

border-color css

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

 span { border-color: rgb(176,86,95); }

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