Html Css Color HEX #B4557A Royal Heath

📋 copy color: '#B4557A'

red 180 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #B4557A

Tints of Royal Heath #B4557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.96%

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

R = 46.51%
G = 21.96%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4557A (or 0xB4557A) is known color: Royal Heath. HEX triplet: B4, 55 and 7A. RGB value is (180,85,122). Sum of RGB (Red+Green+Blue) = 180+85+122=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4557A is #4BAA85. Grayscale: #757575. Windows color (decimal): -4958854 or 8017332. OLE color: 8017332.

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

Color convert

RGB 180 85 122 -
CMYK 0 0.53 0.32 0.29
HSL 336.63º 0.39% 0.52% -
HSV(B) 336.63º 0.53% 0.71% -
XYZ 25.58 17.61 20.46 -
YUV 117.62 130.47 172.49 -
System Red Green Blue C M Y K H S L
Decimal 180 85 122 0 0.53 0.32 0.29 336.63 0.39 0.52
Hex B4 55 7A 0 35 20 1D 151 27 34
Octal 264 125 172 0 65 40 35 521 47 64
Binary 10110100 1010101 1111010 0 110101 100000 11101 101010001 100111 110100

Color Harmonies of #B4557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4557A

Black with #B4557A

Text Example


Text Example

White with #B4557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4557A; }

 p { color: rgb(180,85,122); }

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

background-color css

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

 a { background-color: rgb(180,85,122); }

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

border-color css

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

 span { border-color: rgb(180,85,122); }

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