Html Css Color HEX #B25860 Blush

📋 copy color: '#B25860'

red 178 ◦ green 88 ◦ blue 96

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

Shades of Blush #B25860

Tints of Blush #B25860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 96 (37.89% from 255) = 26.52%

R = 49.17%
G = 24.31%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B25860 (or 0xB25860) is known color: Blush. HEX triplet: B2, 58 and 60. RGB value is (178,88,96). Sum of RGB (Red+Green+Blue) = 178+88+96=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25860 is #4DA79F. Grayscale: #737373. Windows color (decimal): -5089184 or 6314162. OLE color: 6314162.

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

Color convert

RGB 178 88 96 -
CMYK 0 0.51 0.46 0.30
HSL 354.67º 0.37% 0.52% -
HSV(B) 354.67º 0.51% 0.7% -
XYZ 23.96 17.29 13.14 -
YUV 115.82 116.82 172.35 -
System Red Green Blue C M Y K H S L
Decimal 178 88 96 0 0.51 0.46 0.30 354.67 0.37 0.52
Hex B2 58 60 0 33 2E 1E 163 25 34
Octal 262 130 140 0 63 56 36 543 45 64
Binary 10110010 1011000 1100000 0 110011 101110 11110 101100011 100101 110100

Color Harmonies of #B25860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25860

Black with #B25860

Text Example


Text Example

White with #B25860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25860; }

 p { color: rgb(178,88,96); }

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

background-color css

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

 a { background-color: rgb(178,88,96); }

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

border-color css

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

 span { border-color: rgb(178,88,96); }

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