Html Css Color HEX #B1446D Royal Heath

📋 copy color: '#B1446D'

red 177 ◦ green 68 ◦ blue 109

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

Shades of Royal Heath #B1446D

Tints of Royal Heath #B1446D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 50%
G = 19.21%
B = 30.79%

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

#B1446D (or 0xB1446D) is known color: Royal Heath. HEX triplet: B1, 44 and 6D. RGB value is (177,68,109). Sum of RGB (Red+Green+Blue) = 177+68+109=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446D is #4EBB92. Grayscale: #696969. Windows color (decimal): -5159827 or 7161009. OLE color: 7161009.

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

Color convert

RGB 177 68 109 -
CMYK 0 0.62 0.38 0.31
HSL 337.43º 0.44% 0.48% -
HSV(B) 337.43º 0.62% 0.69% -
XYZ 22.96 14.59 16.07 -
YUV 105.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 177 68 109 0 0.62 0.38 0.31 337.43 0.44 0.48
Hex B1 44 6D 0 3E 26 1F 151 2C 30
Octal 261 104 155 0 76 46 37 521 54 60
Binary 10110001 1000100 1101101 0 111110 100110 11111 101010001 101100 110000

Color Harmonies of #B1446D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1446D

Black with #B1446D

Text Example


Text Example

White with #B1446D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1446D; }

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

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

background-color css

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

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

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

border-color css

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

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

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