Html Css Color HEX #B14271 Royal Heath

📋 copy color: '#B14271'

red 177 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #B14271

Tints of Royal Heath #B14271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.54%

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

R = 49.72%
G = 18.54%
B = 31.74%

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

#B14271 (or 0xB14271) is known color: Royal Heath. HEX triplet: B1, 42 and 71. RGB value is (177,66,113). Sum of RGB (Red+Green+Blue) = 177+66+113=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B14271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14271 is #4EBD8E. Grayscale: #686868. Windows color (decimal): -5160335 or 7422641. OLE color: 7422641.

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

Color convert

RGB 177 66 113 -
CMYK 0 0.63 0.36 0.31
HSL 334.59º 0.46% 0.48% -
HSV(B) 334.59º 0.63% 0.69% -
XYZ 23.06 14.44 17.19 -
YUV 104.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 177 66 113 0 0.63 0.36 0.31 334.59 0.46 0.48
Hex B1 42 71 0 3F 24 1F 14F 2E 30
Octal 261 102 161 0 77 44 37 517 56 60
Binary 10110001 1000010 1110001 0 111111 100100 11111 101001111 101110 110000

Color Harmonies of #B14271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14271

Black with #B14271

Text Example


Text Example

White with #B14271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14271; }

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

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

background-color css

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

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

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

border-color css

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

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

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