Html Css Color HEX #B24175 Royal Heath

📋 copy color: '#B24175'

red 178 ◦ green 65 ◦ blue 117

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

Shades of Royal Heath #B24175

Tints of Royal Heath #B24175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 49.44%
G = 18.06%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B24175 (or 0xB24175) is known color: Royal Heath. HEX triplet: B2, 41 and 75. RGB value is (178,65,117). Sum of RGB (Red+Green+Blue) = 178+65+117=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B24175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24175 is #4DBE8A. Grayscale: #686868. Windows color (decimal): -5095051 or 7684530. OLE color: 7684530.

HSL color Cylindrical-coordinate representation of color #B24175: hue angle of 332.39º degrees, saturation: 0.47, 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 #B24175 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 65 117 -
CMYK 0 0.63 0.34 0.30
HSL 332.39º 0.47% 0.48% -
HSV(B) 332.39º 0.63% 0.7% -
XYZ 23.46 14.53 18.4 -
YUV 104.72 134.94 180.27 -
System Red Green Blue C M Y K H S L
Decimal 178 65 117 0 0.63 0.34 0.30 332.39 0.47 0.48
Hex B2 41 75 0 3F 22 1E 14C 2F 30
Octal 262 101 165 0 77 42 36 514 57 60
Binary 10110010 1000001 1110101 0 111111 100010 11110 101001100 101111 110000

Color Harmonies of #B24175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24175

Black with #B24175

Text Example


Text Example

White with #B24175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24175; }

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

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

background-color css

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

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

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

border-color css

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

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

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