Html Css Color HEX #B55175 Royal Heath

📋 copy color: '#B55175'

red 181 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #B55175

Tints of Royal Heath #B55175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 47.76%
G = 21.37%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B55175 (or 0xB55175) is known color: Royal Heath. HEX triplet: B5, 51 and 75. RGB value is (181,81,117). Sum of RGB (Red+Green+Blue) = 181+81+117=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B55175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55175 is #4AAE8A. Grayscale: #727272. Windows color (decimal): -4894347 or 7688629. OLE color: 7688629.

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

Color convert

RGB 181 81 117 -
CMYK 0 0.55 0.35 0.29
HSL 338.4º 0.4% 0.51% -
HSV(B) 338.4º 0.55% 0.71% -
XYZ 25.21 16.99 18.78 -
YUV 115 129.13 175.07 -
System Red Green Blue C M Y K H S L
Decimal 181 81 117 0 0.55 0.35 0.29 338.4 0.4 0.51
Hex B5 51 75 0 37 23 1D 152 28 33
Octal 265 121 165 0 67 43 35 522 50 63
Binary 10110101 1010001 1110101 0 110111 100011 11101 101010010 101000 110011

Color Harmonies of #B55175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55175

Black with #B55175

Text Example


Text Example

White with #B55175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55175; }

 p { color: rgb(181,81,117); }

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

background-color css

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

 a { background-color: rgb(181,81,117); }

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

border-color css

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

 span { border-color: rgb(181,81,117); }

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