Html Css Color HEX #B24B61 Blush

📋 copy color: '#B24B61'

red 178 ◦ green 75 ◦ blue 97

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

Shades of Blush #B24B61

Tints of Blush #B24B61

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.43%

 BLUE value IS 97 (38.28% from 255) = 27.71%

R = 50.86%
G = 21.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B24B61 (or 0xB24B61) is known color: Blush. HEX triplet: B2, 4B and 61. RGB value is (178,75,97). Sum of RGB (Red+Green+Blue) = 178+75+97=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B61 is #4DB49E. Grayscale: #6C6C6C. Windows color (decimal): -5092511 or 6376370. OLE color: 6376370.

HSL color Cylindrical-coordinate representation of color #B24B61: hue angle of 347.18º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24B61 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 75 97 -
CMYK 0 0.58 0.46 0.30
HSL 347.18º 0.41% 0.5% -
HSV(B) 347.18º 0.58% 0.7% -
XYZ 23.03 15.36 13.06 -
YUV 108.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 178 75 97 0 0.58 0.46 0.30 347.18 0.41 0.5
Hex B2 4B 61 0 3A 2E 1E 15B 29 32
Octal 262 113 141 0 72 56 36 533 51 62
Binary 10110010 1001011 1100001 0 111010 101110 11110 101011011 101001 110010

Color Harmonies of #B24B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B61

Black with #B24B61

Text Example


Text Example

White with #B24B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B61; }

 p { color: rgb(178,75,97); }

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

background-color css

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

 a { background-color: rgb(178,75,97); }

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

border-color css

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

 span { border-color: rgb(178,75,97); }

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