Html Css Color HEX #B24975 Royal Heath

📋 copy color: '#B24975'

red 178 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #B24975

Tints of Royal Heath #B24975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.84%

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 48.37%
G = 19.84%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24975 (or 0xB24975) is known color: Royal Heath. HEX triplet: B2, 49 and 75. RGB value is (178,73,117). Sum of RGB (Red+Green+Blue) = 178+73+117=368 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.37% from 368); Green value is 73 (28.91% from 255 or 19.84% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 178 - color contains mainly: red. Hex color #B24975 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24975 is #4DB68A. Grayscale: #6D6D6D. Windows color (decimal): -5093003 or 7686578. OLE color: 7686578.

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

Color convert

RGB 178 73 117 -
CMYK 0 0.59 0.34 0.30
HSL 334.86º 0.42% 0.49% -
HSV(B) 334.86º 0.59% 0.7% -
XYZ 23.95 15.51 18.56 -
YUV 109.41 132.29 176.92 -
System Red Green Blue C M Y K H S L
Decimal 178 73 117 0 0.59 0.34 0.30 334.86 0.42 0.49
Hex B2 49 75 0 3B 22 1E 14F 2A 31
Octal 262 111 165 0 73 42 36 517 52 61
Binary 10110010 1001001 1110101 0 111011 100010 11110 101001111 101010 110001

Color Harmonies of #B24975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24975

Black with #B24975

Text Example


Text Example

White with #B24975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24975; }

 p { color: rgb(178,73,117); }

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

background-color css

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

 a { background-color: rgb(178,73,117); }

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

border-color css

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

 span { border-color: rgb(178,73,117); }

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