Html Css Color HEX #B13873 Royal Heath

📋 copy color: '#B13873'

red 177 ◦ green 56 ◦ blue 115

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

Shades of Royal Heath #B13873

Tints of Royal Heath #B13873

RGB

 RED value IS 177 (69.53% from 255) = 50.86%

 GREEN value IS 56 (22.27% from 255) = 16.09%

 BLUE value IS 115 (45.31% from 255) = 33.05%

R = 50.86%
G = 16.09%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B13873 (or 0xB13873) is known color: Royal Heath. HEX triplet: B1, 38 and 73. RGB value is (177,56,115). Sum of RGB (Red+Green+Blue) = 177+56+115=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B13873 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13873 is #4EC78C. Grayscale: #626262. Windows color (decimal): -5162893 or 7551153. OLE color: 7551153.

HSL color Cylindrical-coordinate representation of color #B13873: hue angle of 330.74º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13873 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 115 -
CMYK 0 0.68 0.35 0.31
HSL 330.74º 0.52% 0.46% -
HSV(B) 330.74º 0.68% 0.69% -
XYZ 22.64 13.41 17.62 -
YUV 98.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 177 56 115 0 0.68 0.35 0.31 330.74 0.52 0.46
Hex B1 38 73 0 44 23 1F 14B 34 2E
Octal 261 70 163 0 104 43 37 513 64 56
Binary 10110001 111000 1110011 0 1000100 100011 11111 101001011 110100 101110

Color Harmonies of #B13873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13873

Black with #B13873

Text Example


Text Example

White with #B13873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13873; }

 p { color: rgb(177,56,115); }

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

background-color css

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

 a { background-color: rgb(177,56,115); }

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

border-color css

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

 span { border-color: rgb(177,56,115); }

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