Html Css Color HEX #B14672 Royal Heath

📋 copy color: '#B14672'

red 177 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #B14672

Tints of Royal Heath #B14672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.39%

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

R = 49.03%
G = 19.39%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B14672 (or 0xB14672) is known color: Royal Heath. HEX triplet: B1, 46 and 72. RGB value is (177,70,114). Sum of RGB (Red+Green+Blue) = 177+70+114=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B14672 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14672 is #4EB98D. Grayscale: #6A6A6A. Windows color (decimal): -5159310 or 7489201. OLE color: 7489201.

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

Color convert

RGB 177 70 114 -
CMYK 0 0.60 0.36 0.31
HSL 335.33º 0.43% 0.48% -
HSV(B) 335.33º 0.6% 0.69% -
XYZ 23.36 14.94 17.57 -
YUV 107.01 131.95 177.92 -
System Red Green Blue C M Y K H S L
Decimal 177 70 114 0 0.60 0.36 0.31 335.33 0.43 0.48
Hex B1 46 72 0 3C 24 1F 14F 2B 30
Octal 261 106 162 0 74 44 37 517 53 60
Binary 10110001 1000110 1110010 0 111100 100100 11111 101001111 101011 110000

Color Harmonies of #B14672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14672

Black with #B14672

Text Example


Text Example

White with #B14672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14672; }

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

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

background-color css

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

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

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

border-color css

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

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

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