Html Css Color HEX #B24874 Royal Heath

📋 copy color: '#B24874'

red 178 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #B24874

Tints of Royal Heath #B24874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.67%

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 48.63%
G = 19.67%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B24874 (or 0xB24874) is known color: Royal Heath. HEX triplet: B2, 48 and 74. RGB value is (178,72,116). Sum of RGB (Red+Green+Blue) = 178+72+116=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B24874 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24874 is #4DB78B. Grayscale: #6C6C6C. Windows color (decimal): -5093260 or 7620786. OLE color: 7620786.

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

Color convert

RGB 178 72 116 -
CMYK 0 0.60 0.35 0.30
HSL 335.09º 0.42% 0.49% -
HSV(B) 335.09º 0.6% 0.7% -
XYZ 23.83 15.36 18.23 -
YUV 108.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 178 72 116 0 0.60 0.35 0.30 335.09 0.42 0.49
Hex B2 48 74 0 3C 23 1E 14F 2A 31
Octal 262 110 164 0 74 43 36 517 52 61
Binary 10110010 1001000 1110100 0 111100 100011 11110 101001111 101010 110001

Color Harmonies of #B24874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24874

Black with #B24874

Text Example


Text Example

White with #B24874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24874; }

 p { color: rgb(178,72,116); }

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

background-color css

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

 a { background-color: rgb(178,72,116); }

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

border-color css

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

 span { border-color: rgb(178,72,116); }

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