Html Css Color HEX #B14171 Royal Heath

📋 copy color: '#B14171'

red 177 ◦ green 65 ◦ blue 113

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

Shades of Royal Heath #B14171

Tints of Royal Heath #B14171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.31%

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 49.86%
G = 18.31%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B14171 (or 0xB14171) is known color: Royal Heath. HEX triplet: B1, 41 and 71. RGB value is (177,65,113). Sum of RGB (Red+Green+Blue) = 177+65+113=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B14171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14171 is #4EBE8E. Grayscale: #676767. Windows color (decimal): -5160591 or 7422385. OLE color: 7422385.

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

Color convert

RGB 177 65 113 -
CMYK 0 0.63 0.36 0.31
HSL 334.29º 0.46% 0.47% -
HSV(B) 334.29º 0.63% 0.69% -
XYZ 23 14.32 17.17 -
YUV 103.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 177 65 113 0 0.63 0.36 0.31 334.29 0.46 0.47
Hex B1 41 71 0 3F 24 1F 14E 2E 2F
Octal 261 101 161 0 77 44 37 516 56 57
Binary 10110001 1000001 1110001 0 111111 100100 11111 101001110 101110 101111

Color Harmonies of #B14171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14171

Black with #B14171

Text Example


Text Example

White with #B14171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14171; }

 p { color: rgb(177,65,113); }

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

background-color css

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

 a { background-color: rgb(177,65,113); }

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

border-color css

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

 span { border-color: rgb(177,65,113); }

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