Html Css Color HEX #B25464 Blush

📋 copy color: '#B25464'

red 178 ◦ green 84 ◦ blue 100

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

Shades of Blush #B25464

Tints of Blush #B25464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.62%

R = 49.17%
G = 23.2%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B25464 (or 0xB25464) is known color: Blush. HEX triplet: B2, 54 and 64. RGB value is (178,84,100). Sum of RGB (Red+Green+Blue) = 178+84+100=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25464 is #4DAB9B. Grayscale: #717171. Windows color (decimal): -5090204 or 6575282. OLE color: 6575282.

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

Color convert

RGB 178 84 100 -
CMYK 0 0.53 0.44 0.30
HSL 349.79º 0.38% 0.51% -
HSV(B) 349.79º 0.53% 0.7% -
XYZ 23.83 16.73 14.03 -
YUV 113.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 178 84 100 0 0.53 0.44 0.30 349.79 0.38 0.51
Hex B2 54 64 0 35 2C 1E 15E 26 33
Octal 262 124 144 0 65 54 36 536 46 63
Binary 10110010 1010100 1100100 0 110101 101100 11110 101011110 100110 110011

Color Harmonies of #B25464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25464

Black with #B25464

Text Example


Text Example

White with #B25464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25464; }

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

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

background-color css

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

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

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

border-color css

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

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

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