Html Css Color HEX #B25562 Blush

📋 copy color: '#B25562'

red 178 ◦ green 85 ◦ blue 98

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

Shades of Blush #B25562

Tints of Blush #B25562

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.55%

 BLUE value IS 98 (38.67% from 255) = 27.15%

R = 49.31%
G = 23.55%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B25562 (or 0xB25562) is known color: Blush. HEX triplet: B2, 55 and 62. RGB value is (178,85,98). Sum of RGB (Red+Green+Blue) = 178+85+98=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B25562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25562 is #4DAA9D. Grayscale: #727272. Windows color (decimal): -5089950 or 6444466. OLE color: 6444466.

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

Color convert

RGB 178 85 98 -
CMYK 0 0.52 0.45 0.30
HSL 351.61º 0.38% 0.52% -
HSV(B) 351.61º 0.52% 0.7% -
XYZ 23.81 16.84 13.55 -
YUV 114.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 178 85 98 0 0.52 0.45 0.30 351.61 0.38 0.52
Hex B2 55 62 0 34 2D 1E 160 26 34
Octal 262 125 142 0 64 55 36 540 46 64
Binary 10110010 1010101 1100010 0 110100 101101 11110 101100000 100110 110100

Color Harmonies of #B25562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25562

Black with #B25562

Text Example


Text Example

White with #B25562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25562; }

 p { color: rgb(178,85,98); }

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

background-color css

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

 a { background-color: rgb(178,85,98); }

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

border-color css

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

 span { border-color: rgb(178,85,98); }

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