Html Css Color HEX #B4517B Royal Heath

📋 copy color: '#B4517B'

red 180 ◦ green 81 ◦ blue 123

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

Shades of Royal Heath #B4517B

Tints of Royal Heath #B4517B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 46.88%
G = 21.09%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4517B (or 0xB4517B) is known color: Royal Heath. HEX triplet: B4, 51 and 7B. RGB value is (180,81,123). Sum of RGB (Red+Green+Blue) = 180+81+123=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4517B is #4BAE84. Grayscale: #737373. Windows color (decimal): -4959877 or 8081844. OLE color: 8081844.

HSL color Cylindrical-coordinate representation of color #B4517B: hue angle of 334.55º 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 #B4517B is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 81 123 -
CMYK 0 0.55 0.32 0.29
HSL 334.55º 0.4% 0.51% -
HSV(B) 334.55º 0.55% 0.71% -
XYZ 25.34 17.02 20.69 -
YUV 115.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 180 81 123 0 0.55 0.32 0.29 334.55 0.4 0.51
Hex B4 51 7B 0 37 20 1D 14F 28 33
Octal 264 121 173 0 67 40 35 517 50 63
Binary 10110100 1010001 1111011 0 110111 100000 11101 101001111 101000 110011

Color Harmonies of #B4517B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4517B

Black with #B4517B

Text Example


Text Example

White with #B4517B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4517B; }

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

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

background-color css

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

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

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

border-color css

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

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

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