Html Css Color HEX #B1477B Royal Heath

📋 copy color: '#B1477B'

red 177 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #B1477B

Tints of Royal Heath #B1477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 47.71%
G = 19.14%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1477B (or 0xB1477B) is known color: Royal Heath. HEX triplet: B1, 47 and 7B. RGB value is (177,71,123). Sum of RGB (Red+Green+Blue) = 177+71+123=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 177 - color contains mainly: red. Hex color #B1477B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1477B is #4EB884. Grayscale: #6C6C6C. Windows color (decimal): -5159045 or 8079281. OLE color: 8079281.

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

Color convert

RGB 177 71 123 -
CMYK 0 0.60 0.31 0.31
HSL 330.57º 0.43% 0.49% -
HSV(B) 330.57º 0.6% 0.69% -
XYZ 23.96 15.28 20.43 -
YUV 108.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 177 71 123 0 0.60 0.31 0.31 330.57 0.43 0.49
Hex B1 47 7B 0 3C 1F 1F 14B 2B 31
Octal 261 107 173 0 74 37 37 513 53 61
Binary 10110001 1000111 1111011 0 111100 11111 11111 101001011 101011 110001

Color Harmonies of #B1477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1477B

Black with #B1477B

Text Example


Text Example

White with #B1477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1477B; }

 p { color: rgb(177,71,123); }

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

background-color css

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

 a { background-color: rgb(177,71,123); }

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

border-color css

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

 span { border-color: rgb(177,71,123); }

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