Html Css Color HEX #B24E6D Royal Heath

📋 copy color: '#B24E6D'

red 178 ◦ green 78 ◦ blue 109

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

Shades of Royal Heath #B24E6D

Tints of Royal Heath #B24E6D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.37%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 48.77%
G = 21.37%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B24E6D (or 0xB24E6D) is known color: Royal Heath. HEX triplet: B2, 4E and 6D. RGB value is (178,78,109). Sum of RGB (Red+Green+Blue) = 178+78+109=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E6D is #4DB192. Grayscale: #6F6F6F. Windows color (decimal): -5091731 or 7163570. OLE color: 7163570.

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

Color convert

RGB 178 78 109 -
CMYK 0 0.56 0.39 0.30
HSL 341.4º 0.39% 0.5% -
HSV(B) 341.4º 0.56% 0.7% -
XYZ 23.84 16.02 16.3 -
YUV 111.43 126.63 175.48 -
System Red Green Blue C M Y K H S L
Decimal 178 78 109 0 0.56 0.39 0.30 341.4 0.39 0.5
Hex B2 4E 6D 0 38 27 1E 155 27 32
Octal 262 116 155 0 70 47 36 525 47 62
Binary 10110010 1001110 1101101 0 111000 100111 11110 101010101 100111 110010

Color Harmonies of #B24E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E6D

Black with #B24E6D

Text Example


Text Example

White with #B24E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E6D; }

 p { color: rgb(178,78,109); }

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

background-color css

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

 a { background-color: rgb(178,78,109); }

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

border-color css

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

 span { border-color: rgb(178,78,109); }

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