Html Css Color HEX #B5447A Royal Heath

📋 copy color: '#B5447A'

red 181 ◦ green 68 ◦ blue 122

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

Shades of Royal Heath #B5447A

Tints of Royal Heath #B5447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 122 (48.05% from 255) = 32.88%

R = 48.79%
G = 18.33%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5447A (or 0xB5447A) is known color: Royal Heath. HEX triplet: B5, 44 and 7A. RGB value is (181,68,122). Sum of RGB (Red+Green+Blue) = 181+68+122=371 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.79% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 181 - color contains mainly: red. Hex color #B5447A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5447A is #4ABB85. Grayscale: #6B6B6B. Windows color (decimal): -4897670 or 8012981. OLE color: 8012981.

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

Color convert

RGB 181 68 122 -
CMYK 0 0.62 0.33 0.29
HSL 331.33º 0.45% 0.49% -
HSV(B) 331.33º 0.62% 0.71% -
XYZ 24.64 15.36 20.08 -
YUV 107.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 181 68 122 0 0.62 0.33 0.29 331.33 0.45 0.49
Hex B5 44 7A 0 3E 21 1D 14B 2D 31
Octal 265 104 172 0 76 41 35 513 55 61
Binary 10110101 1000100 1111010 0 111110 100001 11101 101001011 101101 110001

Color Harmonies of #B5447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5447A

Black with #B5447A

Text Example


Text Example

White with #B5447A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5447A; }

 p { color: rgb(181,68,122); }

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

background-color css

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

 a { background-color: rgb(181,68,122); }

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

border-color css

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

 span { border-color: rgb(181,68,122); }

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