Html Css Color HEX #B24670 Royal Heath

📋 copy color: '#B24670'

red 178 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #B24670

Tints of Royal Heath #B24670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.44%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 49.44%
G = 19.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B24670 (or 0xB24670) is known color: Royal Heath. HEX triplet: B2, 46 and 70. RGB value is (178,70,112). Sum of RGB (Red+Green+Blue) = 178+70+112=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B24670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24670 is #4DB98F. Grayscale: #6B6B6B. Windows color (decimal): -5093776 or 7358130. OLE color: 7358130.

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

Color convert

RGB 178 70 112 -
CMYK 0 0.61 0.37 0.30
HSL 336.67º 0.44% 0.49% -
HSV(B) 336.67º 0.61% 0.7% -
XYZ 23.47 15.02 16.99 -
YUV 107.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 178 70 112 0 0.61 0.37 0.30 336.67 0.44 0.49
Hex B2 46 70 0 3D 25 1E 151 2C 31
Octal 262 106 160 0 75 45 36 521 54 61
Binary 10110010 1000110 1110000 0 111101 100101 11110 101010001 101100 110001

Color Harmonies of #B24670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24670

Black with #B24670

Text Example


Text Example

White with #B24670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24670; }

 p { color: rgb(178,70,112); }

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

background-color css

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

 a { background-color: rgb(178,70,112); }

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

border-color css

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

 span { border-color: rgb(178,70,112); }

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