Html Css Color HEX #B9497D Royal Heath

📋 copy color: '#B9497D'

red 185 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #B9497D

Tints of Royal Heath #B9497D

RGB

 RED value IS 185 (72.66% from 255) = 48.3%

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 48.3%
G = 19.06%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9497D (or 0xB9497D) is known color: Royal Heath. HEX triplet: B9, 49 and 7D. RGB value is (185,73,125). Sum of RGB (Red+Green+Blue) = 185+73+125=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497D is #46B682. Grayscale: #707070. Windows color (decimal): -4634243 or 8210873. OLE color: 8210873.

HSL color Cylindrical-coordinate representation of color #B9497D: hue angle of 332.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9497D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 73 125 -
CMYK 0 0.61 0.32 0.27
HSL 332.14º 0.44% 0.51% -
HSV(B) 332.14º 0.61% 0.73% -
XYZ 26.09 16.56 21.22 -
YUV 112.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 185 73 125 0 0.61 0.32 0.27 332.14 0.44 0.51
Hex B9 49 7D 0 3D 20 1B 14C 2C 33
Octal 271 111 175 0 75 40 33 514 54 63
Binary 10111001 1001001 1111101 0 111101 100000 11011 101001100 101100 110011

Color Harmonies of #B9497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9497D

Black with #B9497D

Text Example


Text Example

White with #B9497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9497D; }

 p { color: rgb(185,73,125); }

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

background-color css

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

 a { background-color: rgb(185,73,125); }

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

border-color css

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

 span { border-color: rgb(185,73,125); }

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