Html Css Color HEX #B55074 Royal Heath

📋 copy color: '#B55074'

red 181 ◦ green 80 ◦ blue 116

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

Shades of Royal Heath #B55074

Tints of Royal Heath #B55074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.22%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 48.01%
G = 21.22%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B55074 (or 0xB55074) is known color: Royal Heath. HEX triplet: B5, 50 and 74. RGB value is (181,80,116). Sum of RGB (Red+Green+Blue) = 181+80+116=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B55074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B55074 is #4AAF8B. Grayscale: #727272. Windows color (decimal): -4894604 or 7622837. OLE color: 7622837.

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

Color convert

RGB 181 80 116 -
CMYK 0 0.56 0.36 0.29
HSL 338.61º 0.41% 0.51% -
HSV(B) 338.61º 0.56% 0.71% -
XYZ 25.08 16.82 18.45 -
YUV 114.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 181 80 116 0 0.56 0.36 0.29 338.61 0.41 0.51
Hex B5 50 74 0 38 24 1D 153 29 33
Octal 265 120 164 0 70 44 35 523 51 63
Binary 10110101 1010000 1110100 0 111000 100100 11101 101010011 101001 110011

Color Harmonies of #B55074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55074

Black with #B55074

Text Example


Text Example

White with #B55074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55074; }

 p { color: rgb(181,80,116); }

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

background-color css

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

 a { background-color: rgb(181,80,116); }

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

border-color css

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

 span { border-color: rgb(181,80,116); }

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