Html Css Color HEX #B2575F Blush

📋 copy color: '#B2575F'

red 178 ◦ green 87 ◦ blue 95

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

Shades of Blush #B2575F

Tints of Blush #B2575F

RGB

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

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

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

R = 49.44%
G = 24.17%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2575F (or 0xB2575F) is known color: Blush. HEX triplet: B2, 57 and 5F. RGB value is (178,87,95). Sum of RGB (Red+Green+Blue) = 178+87+95=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B2575F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2575F is #4DA8A0. Grayscale: #737373. Windows color (decimal): -5089441 or 6248370. OLE color: 6248370.

HSL color Cylindrical-coordinate representation of color #B2575F: hue angle of 354.73º 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 #B2575F is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 87 95 -
CMYK 0 0.51 0.47 0.30
HSL 354.73º 0.37% 0.52% -
HSV(B) 354.73º 0.51% 0.7% -
XYZ 23.83 17.11 12.87 -
YUV 115.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 178 87 95 0 0.51 0.47 0.30 354.73 0.37 0.52
Hex B2 57 5F 0 33 2F 1E 163 25 34
Octal 262 127 137 0 63 57 36 543 45 64
Binary 10110010 1010111 1011111 0 110011 101111 11110 101100011 100101 110100

Color Harmonies of #B2575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2575F

Black with #B2575F

Text Example


Text Example

White with #B2575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2575F; }

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

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

background-color css

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

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

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

border-color css

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

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

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