Html Css Color HEX #B25D72 Blush

📋 copy color: '#B25D72'

red 178 ◦ green 93 ◦ blue 114

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

Shades of Blush #B25D72

Tints of Blush #B25D72

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.16%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 46.23%
G = 24.16%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B25D72 (or 0xB25D72) is known color: Blush. HEX triplet: B2, 5D and 72. RGB value is (178,93,114). Sum of RGB (Red+Green+Blue) = 178+93+114=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D72 is #4DA28D. Grayscale: #787878. Windows color (decimal): -5087886 or 7495090. OLE color: 7495090.

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

Color convert

RGB 178 93 114 -
CMYK 0 0.48 0.36 0.30
HSL 345.18º 0.36% 0.53% -
HSV(B) 345.18º 0.48% 0.7% -
XYZ 25.31 18.51 18.16 -
YUV 120.81 124.16 168.79 -
System Red Green Blue C M Y K H S L
Decimal 178 93 114 0 0.48 0.36 0.30 345.18 0.36 0.53
Hex B2 5D 72 0 30 24 1E 159 24 35
Octal 262 135 162 0 60 44 36 531 44 65
Binary 10110010 1011101 1110010 0 110000 100100 11110 101011001 100100 110101

Color Harmonies of #B25D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D72

Black with #B25D72

Text Example


Text Example

White with #B25D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D72; }

 p { color: rgb(178,93,114); }

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

background-color css

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

 a { background-color: rgb(178,93,114); }

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

border-color css

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

 span { border-color: rgb(178,93,114); }

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