Html Css Color HEX #B4496E Royal Heath

📋 copy color: '#B4496E'

red 180 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #B4496E

Tints of Royal Heath #B4496E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 49.59%
G = 20.11%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4496E (or 0xB4496E) is known color: Royal Heath. HEX triplet: B4, 49 and 6E. RGB value is (180,73,110). Sum of RGB (Red+Green+Blue) = 180+73+110=363 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.59% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 180 - color contains mainly: red. Hex color #B4496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4496E is #4BB691. Grayscale: #6D6D6D. Windows color (decimal): -4961938 or 7227828. OLE color: 7227828.

HSL color Cylindrical-coordinate representation of color #B4496E: hue angle of 339.25º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4496E is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 73 110 -
CMYK 0 0.59 0.39 0.29
HSL 339.25º 0.42% 0.5% -
HSV(B) 339.25º 0.59% 0.71% -
XYZ 24.02 15.59 16.5 -
YUV 109.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 180 73 110 0 0.59 0.39 0.29 339.25 0.42 0.5
Hex B4 49 6E 0 3B 27 1D 153 2A 32
Octal 264 111 156 0 73 47 35 523 52 62
Binary 10110100 1001001 1101110 0 111011 100111 11101 101010011 101010 110010

Color Harmonies of #B4496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4496E

Black with #B4496E

Text Example


Text Example

White with #B4496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4496E; }

 p { color: rgb(180,73,110); }

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

background-color css

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

 a { background-color: rgb(180,73,110); }

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

border-color css

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

 span { border-color: rgb(180,73,110); }

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