Html Css Color HEX #B13B72 Royal Heath

📋 copy color: '#B13B72'

red 177 ◦ green 59 ◦ blue 114

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

Shades of Royal Heath #B13B72

Tints of Royal Heath #B13B72

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 50.57%
G = 16.86%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13B72 (or 0xB13B72) is known color: Royal Heath. HEX triplet: B1, 3B and 72. RGB value is (177,59,114). Sum of RGB (Red+Green+Blue) = 177+59+114=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13B72 is #4EC48D. Grayscale: #646464. Windows color (decimal): -5162126 or 7486385. OLE color: 7486385.

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

Color convert

RGB 177 59 114 -
CMYK 0 0.67 0.36 0.31
HSL 332.03º 0.5% 0.46% -
HSV(B) 332.03º 0.67% 0.69% -
XYZ 22.73 13.69 17.36 -
YUV 100.55 135.59 182.53 -
System Red Green Blue C M Y K H S L
Decimal 177 59 114 0 0.67 0.36 0.31 332.03 0.5 0.46
Hex B1 3B 72 0 43 24 1F 14C 32 2E
Octal 261 73 162 0 103 44 37 514 62 56
Binary 10110001 111011 1110010 0 1000011 100100 11111 101001100 110010 101110

Color Harmonies of #B13B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13B72

Black with #B13B72

Text Example


Text Example

White with #B13B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13B72; }

 p { color: rgb(177,59,114); }

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

background-color css

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

 a { background-color: rgb(177,59,114); }

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

border-color css

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

 span { border-color: rgb(177,59,114); }

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