Html Css Color HEX #B24072 Royal Heath

📋 copy color: '#B24072'

red 178 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #B24072

Tints of Royal Heath #B24072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.98%

 BLUE value IS 114 (44.92% from 255) = 32.02%

R = 50%
G = 17.98%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B24072 (or 0xB24072) is known color: Royal Heath. HEX triplet: B2, 40 and 72. RGB value is (178,64,114). Sum of RGB (Red+Green+Blue) = 178+64+114=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B24072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24072 is #4DBF8D. Grayscale: #676767. Windows color (decimal): -5095310 or 7487666. OLE color: 7487666.

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

Color convert

RGB 178 64 114 -
CMYK 0 0.64 0.36 0.30
HSL 333.68º 0.47% 0.47% -
HSV(B) 333.68º 0.64% 0.7% -
XYZ 23.23 14.35 17.46 -
YUV 103.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 178 64 114 0 0.64 0.36 0.30 333.68 0.47 0.47
Hex B2 40 72 0 40 24 1E 14E 2F 2F
Octal 262 100 162 0 100 44 36 516 57 57
Binary 10110010 1000000 1110010 0 1000000 100100 11110 101001110 101111 101111

Color Harmonies of #B24072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24072

Black with #B24072

Text Example


Text Example

White with #B24072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24072; }

 p { color: rgb(178,64,114); }

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

background-color css

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

 a { background-color: rgb(178,64,114); }

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

border-color css

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

 span { border-color: rgb(178,64,114); }

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