Html Css Color HEX #B24B68 Blush

📋 copy color: '#B24B68'

red 178 ◦ green 75 ◦ blue 104

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

Shades of Blush #B24B68

Tints of Blush #B24B68

RGB

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

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

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

R = 49.86%
G = 21.01%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B24B68 (or 0xB24B68) is known color: Blush. HEX triplet: B2, 4B and 68. RGB value is (178,75,104). Sum of RGB (Red+Green+Blue) = 178+75+104=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24B68 is #4DB497. Grayscale: #6D6D6D. Windows color (decimal): -5092504 or 6835122. OLE color: 6835122.

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

Color convert

RGB 178 75 104 -
CMYK 0 0.58 0.42 0.30
HSL 343.11º 0.41% 0.5% -
HSV(B) 343.11º 0.58% 0.7% -
XYZ 23.37 15.5 14.86 -
YUV 109.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 178 75 104 0 0.58 0.42 0.30 343.11 0.41 0.5
Hex B2 4B 68 0 3A 2A 1E 157 29 32
Octal 262 113 150 0 72 52 36 527 51 62
Binary 10110010 1001011 1101000 0 111010 101010 11110 101010111 101001 110010

Color Harmonies of #B24B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24B68

Black with #B24B68

Text Example


Text Example

White with #B24B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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