Html Css Color HEX #B14471 Royal Heath

📋 copy color: '#B14471'

red 177 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #B14471

Tints of Royal Heath #B14471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 49.44%
G = 18.99%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B14471 (or 0xB14471) is known color: Royal Heath. HEX triplet: B1, 44 and 71. RGB value is (177,68,113). Sum of RGB (Red+Green+Blue) = 177+68+113=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14471 is #4EBB8E. Grayscale: #696969. Windows color (decimal): -5159823 or 7423153. OLE color: 7423153.

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

Color convert

RGB 177 68 113 -
CMYK 0 0.62 0.36 0.31
HSL 335.23º 0.44% 0.48% -
HSV(B) 335.23º 0.62% 0.69% -
XYZ 23.18 14.67 17.23 -
YUV 105.72 132.11 178.84 -
System Red Green Blue C M Y K H S L
Decimal 177 68 113 0 0.62 0.36 0.31 335.23 0.44 0.48
Hex B1 44 71 0 3E 24 1F 14F 2C 30
Octal 261 104 161 0 76 44 37 517 54 60
Binary 10110001 1000100 1110001 0 111110 100100 11111 101001111 101100 110000

Color Harmonies of #B14471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14471

Black with #B14471

Text Example


Text Example

White with #B14471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14471; }

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

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

background-color css

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

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

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

border-color css

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

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

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