Html Css Color HEX #B25C5E Blush

📋 copy color: '#B25C5E'

red 178 ◦ green 92 ◦ blue 94

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

Shades of Blush #B25C5E

Tints of Blush #B25C5E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

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

R = 48.9%
G = 25.27%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B25C5E (or 0xB25C5E) is known color: Blush. HEX triplet: B2, 5C and 5E. RGB value is (178,92,94). Sum of RGB (Red+Green+Blue) = 178+92+94=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 94 (37.11% from 255 or 25.82% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25C5E is #4DA3A1. Grayscale: #767676. Windows color (decimal): -5088162 or 6184114. OLE color: 6184114.

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

Color convert

RGB 178 92 94 -
CMYK 0 0.48 0.47 0.30
HSL 358.6º 0.36% 0.53% -
HSV(B) 358.6º 0.48% 0.7% -
XYZ 24.21 17.93 12.77 -
YUV 117.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 178 92 94 0 0.48 0.47 0.30 358.6 0.36 0.53
Hex B2 5C 5E 0 30 2F 1E 167 24 35
Octal 262 134 136 0 60 57 36 547 44 65
Binary 10110010 1011100 1011110 0 110000 101111 11110 101100111 100100 110101

Color Harmonies of #B25C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25C5E

Black with #B25C5E

Text Example


Text Example

White with #B25C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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