Html Css Color HEX #B0596E Blush

📋 copy color: '#B0596E'

red 176 ◦ green 89 ◦ blue 110

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

Shades of Blush #B0596E

Tints of Blush #B0596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.73%

 BLUE value IS 110 (43.36% from 255) = 29.33%

R = 46.93%
G = 23.73%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0596E (or 0xB0596E) is known color: Blush. HEX triplet: B0, 59 and 6E. RGB value is (176,89,110). Sum of RGB (Red+Green+Blue) = 176+89+110=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B0596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0596E is #4FA691. Grayscale: #757575. Windows color (decimal): -5219986 or 7231920. OLE color: 7231920.

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

Color convert

RGB 176 89 110 -
CMYK 0 0.49 0.37 0.31
HSL 345.52º 0.36% 0.52% -
HSV(B) 345.52º 0.49% 0.69% -
XYZ 24.29 17.5 16.85 -
YUV 117.41 123.82 169.79 -
System Red Green Blue C M Y K H S L
Decimal 176 89 110 0 0.49 0.37 0.31 345.52 0.36 0.52
Hex B0 59 6E 0 31 25 1F 15A 24 34
Octal 260 131 156 0 61 45 37 532 44 64
Binary 10110000 1011001 1101110 0 110001 100101 11111 101011010 100100 110100

Color Harmonies of #B0596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0596E

Black with #B0596E

Text Example


Text Example

White with #B0596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0596E; }

 p { color: rgb(176,89,110); }

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

background-color css

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

 a { background-color: rgb(176,89,110); }

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

border-color css

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

 span { border-color: rgb(176,89,110); }

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