Html Css Color HEX #B14872 Royal Heath

📋 copy color: '#B14872'

red 177 ◦ green 72 ◦ blue 114

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

Shades of Royal Heath #B14872

Tints of Royal Heath #B14872

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.83%

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

R = 48.76%
G = 19.83%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B14872 (or 0xB14872) is known color: Royal Heath. HEX triplet: B1, 48 and 72. RGB value is (177,72,114). Sum of RGB (Red+Green+Blue) = 177+72+114=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B14872 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14872 is #4EB78D. Grayscale: #6C6C6C. Windows color (decimal): -5158798 or 7489713. OLE color: 7489713.

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

Color convert

RGB 177 72 114 -
CMYK 0 0.59 0.36 0.31
HSL 336º 0.42% 0.49% -
HSV(B) 336º 0.59% 0.69% -
XYZ 23.49 15.2 17.62 -
YUV 108.18 131.29 177.08 -
System Red Green Blue C M Y K H S L
Decimal 177 72 114 0 0.59 0.36 0.31 336 0.42 0.49
Hex B1 48 72 0 3B 24 1F 150 2A 31
Octal 261 110 162 0 73 44 37 520 52 61
Binary 10110001 1001000 1110010 0 111011 100100 11111 101010000 101010 110001

Color Harmonies of #B14872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14872

Black with #B14872

Text Example


Text Example

White with #B14872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14872; }

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

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

background-color css

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

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

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

border-color css

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

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

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