Html Css Color HEX #B1446C Royal Heath

📋 copy color: '#B1446C'

red 177 ◦ green 68 ◦ blue 108

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

Shades of Royal Heath #B1446C

Tints of Royal Heath #B1446C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 50.14%
G = 19.26%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B1446C (or 0xB1446C) is known color: Royal Heath. HEX triplet: B1, 44 and 6C. RGB value is (177,68,108). Sum of RGB (Red+Green+Blue) = 177+68+108=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1446C is #4EBB93. Grayscale: #696969. Windows color (decimal): -5159828 or 7095473. OLE color: 7095473.

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

Color convert

RGB 177 68 108 -
CMYK 0 0.62 0.39 0.31
HSL 337.98º 0.44% 0.48% -
HSV(B) 337.98º 0.62% 0.69% -
XYZ 22.91 14.56 15.79 -
YUV 105.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 177 68 108 0 0.62 0.39 0.31 337.98 0.44 0.48
Hex B1 44 6C 0 3E 27 1F 152 2C 30
Octal 261 104 154 0 76 47 37 522 54 60
Binary 10110001 1000100 1101100 0 111110 100111 11111 101010010 101100 110000

Color Harmonies of #B1446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1446C

Black with #B1446C

Text Example


Text Example

White with #B1446C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1446C; }

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

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

background-color css

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

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

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

border-color css

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

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

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