Html Css Color HEX #B25D6C Blush

📋 copy color: '#B25D6C'

red 178 ◦ green 93 ◦ blue 108

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

Shades of Blush #B25D6C

Tints of Blush #B25D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.54%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 46.97%
G = 24.54%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B25D6C (or 0xB25D6C) is known color: Blush. HEX triplet: B2, 5D and 6C. RGB value is (178,93,108). Sum of RGB (Red+Green+Blue) = 178+93+108=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25D6C is #4DA293. Grayscale: #787878. Windows color (decimal): -5087892 or 7101874. OLE color: 7101874.

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

Color convert

RGB 178 93 108 -
CMYK 0 0.48 0.39 0.30
HSL 349.41º 0.36% 0.53% -
HSV(B) 349.41º 0.48% 0.7% -
XYZ 24.98 18.38 16.42 -
YUV 120.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 178 93 108 0 0.48 0.39 0.30 349.41 0.36 0.53
Hex B2 5D 6C 0 30 27 1E 15D 24 35
Octal 262 135 154 0 60 47 36 535 44 65
Binary 10110010 1011101 1101100 0 110000 100111 11110 101011101 100100 110101

Color Harmonies of #B25D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25D6C

Black with #B25D6C

Text Example


Text Example

White with #B25D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25D6C; }

 p { color: rgb(178,93,108); }

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

background-color css

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

 a { background-color: rgb(178,93,108); }

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

border-color css

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

 span { border-color: rgb(178,93,108); }

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