Html Css Color HEX #B25B6E Blush

📋 copy color: '#B25B6E'

red 178 ◦ green 91 ◦ blue 110

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

Shades of Blush #B25B6E

Tints of Blush #B25B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.01%

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 46.97%
G = 24.01%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B25B6E (or 0xB25B6E) is known color: Blush. HEX triplet: B2, 5B and 6E. RGB value is (178,91,110). Sum of RGB (Red+Green+Blue) = 178+91+110=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B6E is #4DA491. Grayscale: #777777. Windows color (decimal): -5088402 or 7232434. OLE color: 7232434.

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

Color convert

RGB 178 91 110 -
CMYK 0 0.49 0.38 0.30
HSL 346.9º 0.36% 0.53% -
HSV(B) 346.9º 0.49% 0.7% -
XYZ 24.92 18.07 16.93 -
YUV 119.18 122.82 169.96 -
System Red Green Blue C M Y K H S L
Decimal 178 91 110 0 0.49 0.38 0.30 346.9 0.36 0.53
Hex B2 5B 6E 0 31 26 1E 15B 24 35
Octal 262 133 156 0 61 46 36 533 44 65
Binary 10110010 1011011 1101110 0 110001 100110 11110 101011011 100100 110101

Color Harmonies of #B25B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25B6E

Black with #B25B6E

Text Example


Text Example

White with #B25B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25B6E; }

 p { color: rgb(178,91,110); }

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

background-color css

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

 a { background-color: rgb(178,91,110); }

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

border-color css

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

 span { border-color: rgb(178,91,110); }

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