Html Css Color HEX #B25565 Blush

📋 copy color: '#B25565'

red 178 ◦ green 85 ◦ blue 101

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

Shades of Blush #B25565

Tints of Blush #B25565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 48.9%
G = 23.35%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25565 (or 0xB25565) is known color: Blush. HEX triplet: B2, 55 and 65. RGB value is (178,85,101). Sum of RGB (Red+Green+Blue) = 178+85+101=364 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.90% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 178 - color contains mainly: red. Hex color #B25565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25565 is #4DAA9A. Grayscale: #727272. Windows color (decimal): -5089947 or 6641074. OLE color: 6641074.

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

Color convert

RGB 178 85 101 -
CMYK 0 0.52 0.43 0.30
HSL 349.68º 0.38% 0.52% -
HSV(B) 349.68º 0.52% 0.7% -
XYZ 23.96 16.9 14.31 -
YUV 114.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 178 85 101 0 0.52 0.43 0.30 349.68 0.38 0.52
Hex B2 55 65 0 34 2B 1E 15E 26 34
Octal 262 125 145 0 64 53 36 536 46 64
Binary 10110010 1010101 1100101 0 110100 101011 11110 101011110 100110 110100

Color Harmonies of #B25565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25565

Black with #B25565

Text Example


Text Example

White with #B25565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25565; }

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

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

background-color css

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

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

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

border-color css

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

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

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