Html Css Color HEX #B5547B Royal Heath

📋 copy color: '#B5547B'

red 181 ◦ green 84 ◦ blue 123

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

Shades of Royal Heath #B5547B

Tints of Royal Heath #B5547B

RGB

 RED value IS 181 (71.09% from 255) = 46.65%

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 46.65%
G = 21.65%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5547B (or 0xB5547B) is known color: Royal Heath. HEX triplet: B5, 54 and 7B. RGB value is (181,84,123). Sum of RGB (Red+Green+Blue) = 181+84+123=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5547B is #4AAB84. Grayscale: #757575. Windows color (decimal): -4893573 or 8082613. OLE color: 8082613.

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

Color convert

RGB 181 84 123 -
CMYK 0 0.54 0.32 0.29
HSL 335.88º 0.4% 0.52% -
HSV(B) 335.88º 0.54% 0.71% -
XYZ 25.8 17.59 20.78 -
YUV 117.45 131.14 173.33 -
System Red Green Blue C M Y K H S L
Decimal 181 84 123 0 0.54 0.32 0.29 335.88 0.4 0.52
Hex B5 54 7B 0 36 20 1D 150 28 34
Octal 265 124 173 0 66 40 35 520 50 64
Binary 10110101 1010100 1111011 0 110110 100000 11101 101010000 101000 110100

Color Harmonies of #B5547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5547B

Black with #B5547B

Text Example


Text Example

White with #B5547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5547B; }

 p { color: rgb(181,84,123); }

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

background-color css

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

 a { background-color: rgb(181,84,123); }

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

border-color css

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

 span { border-color: rgb(181,84,123); }

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