Html Css Color HEX #B24271 Royal Heath

📋 copy color: '#B24271'

red 178 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B24271

Tints of Royal Heath #B24271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.49%

 BLUE value IS 113 (44.53% from 255) = 31.65%

R = 49.86%
G = 18.49%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B24271 (or 0xB24271) is known color: Royal Heath. HEX triplet: B2, 42 and 71. RGB value is (178,66,113). Sum of RGB (Red+Green+Blue) = 178+66+113=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 66 (26.17% from 255 or 18.49% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B24271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24271 is #4DBD8E. Grayscale: #686868. Windows color (decimal): -5094799 or 7422642. OLE color: 7422642.

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

Color convert

RGB 178 66 113 -
CMYK 0 0.63 0.37 0.30
HSL 334.82º 0.46% 0.48% -
HSV(B) 334.82º 0.63% 0.7% -
XYZ 23.29 14.55 17.2 -
YUV 104.85 132.61 180.18 -
System Red Green Blue C M Y K H S L
Decimal 178 66 113 0 0.63 0.37 0.30 334.82 0.46 0.48
Hex B2 42 71 0 3F 25 1E 14F 2E 30
Octal 262 102 161 0 77 45 36 517 56 60
Binary 10110010 1000010 1110001 0 111111 100101 11110 101001111 101110 110000

Color Harmonies of #B24271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24271

Black with #B24271

Text Example


Text Example

White with #B24271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24271; }

 p { color: rgb(178,66,113); }

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

background-color css

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

 a { background-color: rgb(178,66,113); }

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

border-color css

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

 span { border-color: rgb(178,66,113); }

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