Html Css Color HEX #B1467F Royal Heath

📋 copy color: '#B1467F'

red 177 ◦ green 70 ◦ blue 127

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

Shades of Royal Heath #B1467F

Tints of Royal Heath #B1467F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 47.33%
G = 18.72%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1467F (or 0xB1467F) is known color: Royal Heath. HEX triplet: B1, 46 and 7F. RGB value is (177,70,127). Sum of RGB (Red+Green+Blue) = 177+70+127=374 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.33% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 177 - color contains mainly: red. Hex color #B1467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1467F is #4EB980. Grayscale: #6C6C6C. Windows color (decimal): -5159297 or 8341169. OLE color: 8341169.

HSL color Cylindrical-coordinate representation of color #B1467F: hue angle of 328.04º 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 #B1467F is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 127 -
CMYK 0 0.60 0.28 0.31
HSL 328.04º 0.43% 0.48% -
HSV(B) 328.04º 0.6% 0.69% -
XYZ 24.15 15.26 21.75 -
YUV 108.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 177 70 127 0 0.60 0.28 0.31 328.04 0.43 0.48
Hex B1 46 7F 0 3C 1C 1F 148 2B 30
Octal 261 106 177 0 74 34 37 510 53 60
Binary 10110001 1000110 1111111 0 111100 11100 11111 101001000 101011 110000

Color Harmonies of #B1467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1467F

Black with #B1467F

Text Example


Text Example

White with #B1467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1467F; }

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

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

background-color css

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

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

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

border-color css

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

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

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