Html Css Color HEX #B5437C Royal Heath

📋 copy color: '#B5437C'

red 181 ◦ green 67 ◦ blue 124

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

Shades of Royal Heath #B5437C

Tints of Royal Heath #B5437C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.01%

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 48.66%
G = 18.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5437C (or 0xB5437C) is known color: Royal Heath. HEX triplet: B5, 43 and 7C. RGB value is (181,67,124). Sum of RGB (Red+Green+Blue) = 181+67+124=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 67 (26.56% from 255 or 18.01% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B5437C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5437C is #4ABC83. Grayscale: #6B6B6B. Windows color (decimal): -4897924 or 8143797. OLE color: 8143797.

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

Color convert

RGB 181 67 124 -
CMYK 0 0.63 0.31 0.29
HSL 330º 0.46% 0.49% -
HSV(B) 330º 0.63% 0.71% -
XYZ 24.7 15.29 20.72 -
YUV 107.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 181 67 124 0 0.63 0.31 0.29 330 0.46 0.49
Hex B5 43 7C 0 3F 1F 1D 14A 2E 31
Octal 265 103 174 0 77 37 35 512 56 61
Binary 10110101 1000011 1111100 0 111111 11111 11101 101001010 101110 110001

Color Harmonies of #B5437C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5437C

Black with #B5437C

Text Example


Text Example

White with #B5437C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5437C; }

 p { color: rgb(181,67,124); }

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

background-color css

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

 a { background-color: rgb(181,67,124); }

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

border-color css

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

 span { border-color: rgb(181,67,124); }

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