Html Css Color HEX #B5437F Royal Heath

📋 copy color: '#B5437F'

red 181 ◦ green 67 ◦ blue 127

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

Shades of Royal Heath #B5437F

Tints of Royal Heath #B5437F

RGB

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

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

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

R = 48.27%
G = 17.87%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5437F (or 0xB5437F) is known color: Royal Heath. HEX triplet: B5, 43 and 7F. RGB value is (181,67,127). Sum of RGB (Red+Green+Blue) = 181+67+127=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5437F is #4ABC80. Grayscale: #6B6B6B. Windows color (decimal): -4897921 or 8340405. OLE color: 8340405.

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

Color convert

RGB 181 67 127 -
CMYK 0 0.63 0.30 0.29
HSL 328.42º 0.46% 0.49% -
HSV(B) 328.42º 0.63% 0.71% -
XYZ 24.89 15.37 21.73 -
YUV 107.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 181 67 127 0 0.63 0.30 0.29 328.42 0.46 0.49
Hex B5 43 7F 0 3F 1E 1D 148 2E 31
Octal 265 103 177 0 77 36 35 510 56 61
Binary 10110101 1000011 1111111 0 111111 11110 11101 101001000 101110 110001

Color Harmonies of #B5437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5437F

Black with #B5437F

Text Example


Text Example

White with #B5437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5437F; }

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

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

background-color css

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

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

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

border-color css

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

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

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