Html Css Color HEX #B4467C Royal Heath

📋 copy color: '#B4467C'

red 180 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #B4467C

Tints of Royal Heath #B4467C

RGB

 RED value IS 180 (70.7% from 255) = 48.13%

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

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 48.13%
G = 18.72%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4467C (or 0xB4467C) is known color: Royal Heath. HEX triplet: B4, 46 and 7C. RGB value is (180,70,124). Sum of RGB (Red+Green+Blue) = 180+70+124=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B4467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4467C is #4BB983. Grayscale: #6C6C6C. Windows color (decimal): -4962692 or 8144564. OLE color: 8144564.

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

Color convert

RGB 180 70 124 -
CMYK 0 0.61 0.31 0.29
HSL 330.55º 0.44% 0.49% -
HSV(B) 330.55º 0.61% 0.71% -
XYZ 24.65 15.54 20.77 -
YUV 109.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 180 70 124 0 0.61 0.31 0.29 330.55 0.44 0.49
Hex B4 46 7C 0 3D 1F 1D 14B 2C 31
Octal 264 106 174 0 75 37 35 513 54 61
Binary 10110100 1000110 1111100 0 111101 11111 11101 101001011 101100 110001

Color Harmonies of #B4467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4467C

Black with #B4467C

Text Example


Text Example

White with #B4467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4467C; }

 p { color: rgb(180,70,124); }

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

background-color css

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

 a { background-color: rgb(180,70,124); }

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

border-color css

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

 span { border-color: rgb(180,70,124); }

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