Html Css Color HEX #B25971 Blush

📋 copy color: '#B25971'

red 178 ◦ green 89 ◦ blue 113

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

Shades of Blush #B25971

Tints of Blush #B25971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.74%

R = 46.84%
G = 23.42%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B25971 (or 0xB25971) is known color: Blush. HEX triplet: B2, 59 and 71. RGB value is (178,89,113). Sum of RGB (Red+Green+Blue) = 178+89+113=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B25971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25971 is #4DA68E. Grayscale: #767676. Windows color (decimal): -5088911 or 7428530. OLE color: 7428530.

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

Color convert

RGB 178 89 113 -
CMYK 0 0.5 0.37 0.30
HSL 343.82º 0.37% 0.52% -
HSV(B) 343.82º 0.5% 0.7% -
XYZ 24.91 17.8 17.75 -
YUV 118.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 178 89 113 0 0.5 0.37 0.30 343.82 0.37 0.52
Hex B2 59 71 0 32 25 1E 158 25 34
Octal 262 131 161 0 62 45 36 530 45 64
Binary 10110010 1011001 1110001 0 110010 100101 11110 101011000 100101 110100

Color Harmonies of #B25971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25971

Black with #B25971

Text Example


Text Example

White with #B25971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25971; }

 p { color: rgb(178,89,113); }

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

background-color css

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

 a { background-color: rgb(178,89,113); }

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

border-color css

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

 span { border-color: rgb(178,89,113); }

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