Html Css Color HEX #B1446F Royal Heath

📋 copy color: '#B1446F'

red 177 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #B1446F

Tints of Royal Heath #B1446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.1%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 49.72%
G = 19.1%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B1446F (or 0xB1446F) is known color: Royal Heath. HEX triplet: B1, 44 and 6F. RGB value is (177,68,111). Sum of RGB (Red+Green+Blue) = 177+68+111=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 68 (26.95% from 255 or 19.10% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446F is #4EBB90. Grayscale: #696969. Windows color (decimal): -5159825 or 7292081. OLE color: 7292081.

HSL color Cylindrical-coordinate representation of color #B1446F: hue angle of 336.33º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1446F is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 111 -
CMYK 0 0.62 0.37 0.31
HSL 336.33º 0.44% 0.48% -
HSV(B) 336.33º 0.62% 0.69% -
XYZ 23.07 14.63 16.65 -
YUV 105.49 131.11 179 -
System Red Green Blue C M Y K H S L
Decimal 177 68 111 0 0.62 0.37 0.31 336.33 0.44 0.48
Hex B1 44 6F 0 3E 25 1F 150 2C 30
Octal 261 104 157 0 76 45 37 520 54 60
Binary 10110001 1000100 1101111 0 111110 100101 11111 101010000 101100 110000

Color Harmonies of #B1446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1446F

Black with #B1446F

Text Example


Text Example

White with #B1446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1446F; }

 p { color: rgb(177,68,111); }

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

background-color css

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

 a { background-color: rgb(177,68,111); }

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

border-color css

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

 span { border-color: rgb(177,68,111); }

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