Html Css Color HEX #B25568 Blush

📋 copy color: '#B25568'

red 178 ◦ green 85 ◦ blue 104

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

Shades of Blush #B25568

Tints of Blush #B25568

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

 BLUE value IS 104 (41.02% from 255) = 28.34%

R = 48.5%
G = 23.16%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B25568 (or 0xB25568) is known color: Blush. HEX triplet: B2, 55 and 68. RGB value is (178,85,104). Sum of RGB (Red+Green+Blue) = 178+85+104=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B25568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25568 is #4DAA97. Grayscale: #727272. Windows color (decimal): -5089944 or 6837682. OLE color: 6837682.

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

Color convert

RGB 178 85 104 -
CMYK 0 0.52 0.42 0.30
HSL 347.74º 0.38% 0.52% -
HSV(B) 347.74º 0.52% 0.7% -
XYZ 24.11 16.96 15.1 -
YUV 114.97 121.81 172.96 -
System Red Green Blue C M Y K H S L
Decimal 178 85 104 0 0.52 0.42 0.30 347.74 0.38 0.52
Hex B2 55 68 0 34 2A 1E 15C 26 34
Octal 262 125 150 0 64 52 36 534 46 64
Binary 10110010 1010101 1101000 0 110100 101010 11110 101011100 100110 110100

Color Harmonies of #B25568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25568

Black with #B25568

Text Example


Text Example

White with #B25568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25568; }

 p { color: rgb(178,85,104); }

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

background-color css

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

 a { background-color: rgb(178,85,104); }

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

border-color css

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

 span { border-color: rgb(178,85,104); }

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