Html Css Color HEX #B2576F Blush

📋 copy color: '#B2576F'

red 178 ◦ green 87 ◦ blue 111

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

Shades of Blush #B2576F

Tints of Blush #B2576F

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 47.34%
G = 23.14%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2576F (or 0xB2576F) is known color: Blush. HEX triplet: B2, 57 and 6F. RGB value is (178,87,111). Sum of RGB (Red+Green+Blue) = 178+87+111=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2576F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2576F is #4DA890. Grayscale: #747474. Windows color (decimal): -5089425 or 7296946. OLE color: 7296946.

HSL color Cylindrical-coordinate representation of color #B2576F: hue angle of 344.18º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2576F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 87 111 -
CMYK 0 0.51 0.38 0.30
HSL 344.18º 0.37% 0.52% -
HSV(B) 344.18º 0.51% 0.7% -
XYZ 24.64 17.43 17.1 -
YUV 116.95 124.65 171.55 -
System Red Green Blue C M Y K H S L
Decimal 178 87 111 0 0.51 0.38 0.30 344.18 0.37 0.52
Hex B2 57 6F 0 33 26 1E 158 25 34
Octal 262 127 157 0 63 46 36 530 45 64
Binary 10110010 1010111 1101111 0 110011 100110 11110 101011000 100101 110100

Color Harmonies of #B2576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2576F

Black with #B2576F

Text Example


Text Example

White with #B2576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2576F; }

 p { color: rgb(178,87,111); }

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

background-color css

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

 a { background-color: rgb(178,87,111); }

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

border-color css

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

 span { border-color: rgb(178,87,111); }

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