Html Css Color HEX #B14077 Royal Heath

📋 copy color: '#B14077'

red 177 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #B14077

Tints of Royal Heath #B14077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.78%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 49.17%
G = 17.78%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B14077 (or 0xB14077) is known color: Royal Heath. HEX triplet: B1, 40 and 77. RGB value is (177,64,119). Sum of RGB (Red+Green+Blue) = 177+64+119=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B14077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14077 is #4EBF88. Grayscale: #676767. Windows color (decimal): -5160841 or 7815345. OLE color: 7815345.

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

Color convert

RGB 177 64 119 -
CMYK 0 0.64 0.33 0.31
HSL 330.8º 0.47% 0.47% -
HSV(B) 330.8º 0.64% 0.69% -
XYZ 23.29 14.35 18.99 -
YUV 104.06 136.44 180.03 -
System Red Green Blue C M Y K H S L
Decimal 177 64 119 0 0.64 0.33 0.31 330.8 0.47 0.47
Hex B1 40 77 0 40 21 1F 14B 2F 2F
Octal 261 100 167 0 100 41 37 513 57 57
Binary 10110001 1000000 1110111 0 1000000 100001 11111 101001011 101111 101111

Color Harmonies of #B14077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14077

Black with #B14077

Text Example


Text Example

White with #B14077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14077; }

 p { color: rgb(177,64,119); }

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

background-color css

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

 a { background-color: rgb(177,64,119); }

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

border-color css

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

 span { border-color: rgb(177,64,119); }

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