Html Css Color HEX #B1446E Royal Heath

📋 copy color: '#B1446E'

red 177 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #B1446E

Tints of Royal Heath #B1446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 49.86%
G = 19.15%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B1446E (or 0xB1446E) is known color: Royal Heath. HEX triplet: B1, 44 and 6E. RGB value is (177,68,110). Sum of RGB (Red+Green+Blue) = 177+68+110=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446E is #4EBB91. Grayscale: #696969. Windows color (decimal): -5159826 or 7226545. OLE color: 7226545.

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

Color convert

RGB 177 68 110 -
CMYK 0 0.62 0.38 0.31
HSL 336.88º 0.44% 0.48% -
HSV(B) 336.88º 0.62% 0.69% -
XYZ 23.01 14.61 16.36 -
YUV 105.38 130.61 179.08 -
System Red Green Blue C M Y K H S L
Decimal 177 68 110 0 0.62 0.38 0.31 336.88 0.44 0.48
Hex B1 44 6E 0 3E 26 1F 151 2C 30
Octal 261 104 156 0 76 46 37 521 54 60
Binary 10110001 1000100 1101110 0 111110 100110 11111 101010001 101100 110000

Color Harmonies of #B1446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1446E

Black with #B1446E

Text Example


Text Example

White with #B1446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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