Html Css Color HEX #B4537F Royal Heath

📋 copy color: '#B4537F'

red 180 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #B4537F

Tints of Royal Heath #B4537F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 127 (50% from 255) = 32.56%

R = 46.15%
G = 21.28%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4537F (or 0xB4537F) is known color: Royal Heath. HEX triplet: B4, 53 and 7F. RGB value is (180,83,127). Sum of RGB (Red+Green+Blue) = 180+83+127=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B4537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4537F is #4BAC80. Grayscale: #747474. Windows color (decimal): -4959361 or 8344500. OLE color: 8344500.

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

Color convert

RGB 180 83 127 -
CMYK 0 0.54 0.29 0.29
HSL 332.78º 0.39% 0.52% -
HSV(B) 332.78º 0.54% 0.71% -
XYZ 25.75 17.42 22.08 -
YUV 117.02 133.64 172.92 -
System Red Green Blue C M Y K H S L
Decimal 180 83 127 0 0.54 0.29 0.29 332.78 0.39 0.52
Hex B4 53 7F 0 36 1D 1D 14D 27 34
Octal 264 123 177 0 66 35 35 515 47 64
Binary 10110100 1010011 1111111 0 110110 11101 11101 101001101 100111 110100

Color Harmonies of #B4537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4537F

Black with #B4537F

Text Example


Text Example

White with #B4537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4537F; }

 p { color: rgb(180,83,127); }

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

background-color css

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

 a { background-color: rgb(180,83,127); }

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

border-color css

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

 span { border-color: rgb(180,83,127); }

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