Html Css Color HEX #B5396F Royal Heath

📋 copy color: '#B5396F'

red 181 ◦ green 57 ◦ blue 111

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

Shades of Royal Heath #B5396F

Tints of Royal Heath #B5396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.33%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 51.86%
G = 16.33%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B5396F (or 0xB5396F) is known color: Royal Heath. HEX triplet: B5, 39 and 6F. RGB value is (181,57,111). Sum of RGB (Red+Green+Blue) = 181+57+111=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B5396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5396F is #4AC690. Grayscale: #646464. Windows color (decimal): -4900497 or 7289269. OLE color: 7289269.

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

Color convert

RGB 181 57 111 -
CMYK 0 0.69 0.39 0.29
HSL 333.87º 0.52% 0.47% -
HSV(B) 333.87º 0.69% 0.71% -
XYZ 23.39 13.9 16.49 -
YUV 100.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 181 57 111 0 0.69 0.39 0.29 333.87 0.52 0.47
Hex B5 39 6F 0 45 27 1D 14E 34 2F
Octal 265 71 157 0 105 47 35 516 64 57
Binary 10110101 111001 1101111 0 1000101 100111 11101 101001110 110100 101111

Color Harmonies of #B5396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5396F

Black with #B5396F

Text Example


Text Example

White with #B5396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5396F; }

 p { color: rgb(181,57,111); }

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

background-color css

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

 a { background-color: rgb(181,57,111); }

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

border-color css

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

 span { border-color: rgb(181,57,111); }

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