Html Css Color HEX #B4537B Royal Heath

📋 copy color: '#B4537B'

red 180 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #B4537B

Tints of Royal Heath #B4537B

RGB

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

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

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

R = 46.63%
G = 21.5%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B4537B (or 0xB4537B) is known color: Royal Heath. HEX triplet: B4, 53 and 7B. RGB value is (180,83,123). Sum of RGB (Red+Green+Blue) = 180+83+123=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4537B is #4BAC84. Grayscale: #747474. Windows color (decimal): -4959365 or 8082356. OLE color: 8082356.

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

Color convert

RGB 180 83 123 -
CMYK 0 0.54 0.32 0.29
HSL 335.26º 0.39% 0.52% -
HSV(B) 335.26º 0.54% 0.71% -
XYZ 25.49 17.32 20.74 -
YUV 116.56 131.64 173.25 -
System Red Green Blue C M Y K H S L
Decimal 180 83 123 0 0.54 0.32 0.29 335.26 0.39 0.52
Hex B4 53 7B 0 36 20 1D 14F 27 34
Octal 264 123 173 0 66 40 35 517 47 64
Binary 10110100 1010011 1111011 0 110110 100000 11101 101001111 100111 110100

Color Harmonies of #B4537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4537B

Black with #B4537B

Text Example


Text Example

White with #B4537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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