Html Css Color HEX #B1496A Royal Heath

📋 copy color: '#B1496A'

red 177 ◦ green 73 ◦ blue 106

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

Shades of Royal Heath #B1496A

Tints of Royal Heath #B1496A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 49.72%
G = 20.51%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B1496A (or 0xB1496A) is known color: Royal Heath. HEX triplet: B1, 49 and 6A. RGB value is (177,73,106). Sum of RGB (Red+Green+Blue) = 177+73+106=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1496A is #4EB695. Grayscale: #6B6B6B. Windows color (decimal): -5158550 or 6965681. OLE color: 6965681.

HSL color Cylindrical-coordinate representation of color #B1496A: hue angle of 340.96º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B1496A is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 106 -
CMYK 0 0.59 0.40 0.31
HSL 340.96º 0.42% 0.49% -
HSV(B) 340.96º 0.59% 0.69% -
XYZ 23.12 15.15 15.34 -
YUV 107.86 126.96 177.32 -
System Red Green Blue C M Y K H S L
Decimal 177 73 106 0 0.59 0.40 0.31 340.96 0.42 0.49
Hex B1 49 6A 0 3B 28 1F 155 2A 31
Octal 261 111 152 0 73 50 37 525 52 61
Binary 10110001 1001001 1101010 0 111011 101000 11111 101010101 101010 110001

Color Harmonies of #B1496A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1496A

Black with #B1496A

Text Example


Text Example

White with #B1496A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1496A; }

 p { color: rgb(177,73,106); }

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

background-color css

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

 a { background-color: rgb(177,73,106); }

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

border-color css

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

 span { border-color: rgb(177,73,106); }

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