Html Css Color HEX #B45178 Royal Heath

📋 copy color: '#B45178'

red 180 ◦ green 81 ◦ blue 120

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

Shades of Royal Heath #B45178

Tints of Royal Heath #B45178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.26%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 47.24%
G = 21.26%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B45178 (or 0xB45178) is known color: Royal Heath. HEX triplet: B4, 51 and 78. RGB value is (180,81,120). Sum of RGB (Red+Green+Blue) = 180+81+120=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45178 is #4BAE87. Grayscale: #727272. Windows color (decimal): -4959880 or 7885236. OLE color: 7885236.

HSL color Cylindrical-coordinate representation of color #B45178: hue angle of 336.36º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45178 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 120 -
CMYK 0 0.55 0.33 0.29
HSL 336.36º 0.4% 0.51% -
HSV(B) 336.36º 0.55% 0.71% -
XYZ 25.15 16.94 19.71 -
YUV 115.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 180 81 120 0 0.55 0.33 0.29 336.36 0.4 0.51
Hex B4 51 78 0 37 21 1D 150 28 33
Octal 264 121 170 0 67 41 35 520 50 63
Binary 10110100 1010001 1111000 0 110111 100001 11101 101010000 101000 110011

Color Harmonies of #B45178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45178

Black with #B45178

Text Example


Text Example

White with #B45178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45178; }

 p { color: rgb(180,81,120); }

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

background-color css

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

 a { background-color: rgb(180,81,120); }

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

border-color css

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

 span { border-color: rgb(180,81,120); }

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