Html Css Color HEX #B25470 Blush

📋 copy color: '#B25470'

red 178 ◦ green 84 ◦ blue 112

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

Shades of Blush #B25470

Tints of Blush #B25470

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.46%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 47.59%
G = 22.46%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B25470 (or 0xB25470) is known color: Blush. HEX triplet: B2, 54 and 70. RGB value is (178,84,112). Sum of RGB (Red+Green+Blue) = 178+84+112=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B25470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25470 is #4DAB8F. Grayscale: #737373. Windows color (decimal): -5090192 or 7361714. OLE color: 7361714.

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

Color convert

RGB 178 84 112 -
CMYK 0 0.53 0.37 0.30
HSL 342.13º 0.38% 0.51% -
HSV(B) 342.13º 0.53% 0.7% -
XYZ 24.46 16.98 17.32 -
YUV 115.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 178 84 112 0 0.53 0.37 0.30 342.13 0.38 0.51
Hex B2 54 70 0 35 25 1E 156 26 33
Octal 262 124 160 0 65 45 36 526 46 63
Binary 10110010 1010100 1110000 0 110101 100101 11110 101010110 100110 110011

Color Harmonies of #B25470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25470

Black with #B25470

Text Example


Text Example

White with #B25470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25470; }

 p { color: rgb(178,84,112); }

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

background-color css

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

 a { background-color: rgb(178,84,112); }

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

border-color css

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

 span { border-color: rgb(178,84,112); }

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