Html Css Color HEX #B1497B Royal Heath

📋 copy color: '#B1497B'

red 177 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #B1497B

Tints of Royal Heath #B1497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.98%

R = 47.45%
G = 19.57%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1497B (or 0xB1497B) is known color: Royal Heath. HEX triplet: B1, 49 and 7B. RGB value is (177,73,123). Sum of RGB (Red+Green+Blue) = 177+73+123=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B1497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1497B is #4EB684. Grayscale: #6D6D6D. Windows color (decimal): -5158533 or 8079793. OLE color: 8079793.

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

Color convert

RGB 177 73 123 -
CMYK 0 0.59 0.31 0.31
HSL 331.15º 0.42% 0.49% -
HSV(B) 331.15º 0.59% 0.69% -
XYZ 24.09 15.54 20.47 -
YUV 109.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 177 73 123 0 0.59 0.31 0.31 331.15 0.42 0.49
Hex B1 49 7B 0 3B 1F 1F 14B 2A 31
Octal 261 111 173 0 73 37 37 513 52 61
Binary 10110001 1001001 1111011 0 111011 11111 11111 101001011 101010 110001

Color Harmonies of #B1497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1497B

Black with #B1497B

Text Example


Text Example

White with #B1497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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