Html Css Color HEX #B4547B Royal Heath

📋 copy color: '#B4547B'

red 180 ◦ green 84 ◦ blue 123

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

Shades of Royal Heath #B4547B

Tints of Royal Heath #B4547B

RGB

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

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

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

R = 46.51%
G = 21.71%
B = 31.78%

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

#B4547B (or 0xB4547B) is known color: Royal Heath. HEX triplet: B4, 54 and 7B. RGB value is (180,84,123). Sum of RGB (Red+Green+Blue) = 180+84+123=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 84 (33.20% from 255 or 21.71% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B4547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4547B is #4BAB84. Grayscale: #757575. Windows color (decimal): -4959109 or 8082612. OLE color: 8082612.

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

Color convert

RGB 180 84 123 -
CMYK 0 0.53 0.32 0.29
HSL 335.63º 0.39% 0.52% -
HSV(B) 335.63º 0.53% 0.71% -
XYZ 25.57 17.47 20.76 -
YUV 117.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 180 84 123 0 0.53 0.32 0.29 335.63 0.39 0.52
Hex B4 54 7B 0 35 20 1D 150 27 34
Octal 264 124 173 0 65 40 35 520 47 64
Binary 10110100 1010100 1111011 0 110101 100000 11101 101010000 100111 110100

Color Harmonies of #B4547B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4547B

Black with #B4547B

Text Example


Text Example

White with #B4547B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4547B; }

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

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

background-color css

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

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

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

border-color css

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

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

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