Html Css Color HEX #B25A5E Blush

📋 copy color: '#B25A5E'

red 178 ◦ green 90 ◦ blue 94

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

Shades of Blush #B25A5E

Tints of Blush #B25A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

 BLUE value IS 94 (37.11% from 255) = 25.97%

R = 49.17%
G = 24.86%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B25A5E (or 0xB25A5E) is known color: Blush. HEX triplet: B2, 5A and 5E. RGB value is (178,90,94). Sum of RGB (Red+Green+Blue) = 178+90+94=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25A5E is #4DA5A1. Grayscale: #747474. Windows color (decimal): -5088674 or 6183602. OLE color: 6183602.

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

Color convert

RGB 178 90 94 -
CMYK 0 0.49 0.47 0.30
HSL 357.27º 0.36% 0.53% -
HSV(B) 357.27º 0.49% 0.7% -
XYZ 24.04 17.59 12.72 -
YUV 116.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 178 90 94 0 0.49 0.47 0.30 357.27 0.36 0.53
Hex B2 5A 5E 0 31 2F 1E 165 24 35
Octal 262 132 136 0 61 57 36 545 44 65
Binary 10110010 1011010 1011110 0 110001 101111 11110 101100101 100100 110101

Color Harmonies of #B25A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25A5E

Black with #B25A5E

Text Example


Text Example

White with #B25A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25A5E; }

 p { color: rgb(178,90,94); }

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

background-color css

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

 a { background-color: rgb(178,90,94); }

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

border-color css

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

 span { border-color: rgb(178,90,94); }

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