Html Css Color HEX #B9477D Royal Heath

📋 copy color: '#B9477D'

red 185 ◦ green 71 ◦ blue 125

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

Shades of Royal Heath #B9477D

Tints of Royal Heath #B9477D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

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

R = 48.56%
G = 18.64%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9477D (or 0xB9477D) is known color: Royal Heath. HEX triplet: B9, 47 and 7D. RGB value is (185,71,125). Sum of RGB (Red+Green+Blue) = 185+71+125=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B9477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9477D is #46B882. Grayscale: #6F6F6F. Windows color (decimal): -4634755 or 8210361. OLE color: 8210361.

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

Color convert

RGB 185 71 125 -
CMYK 0 0.62 0.32 0.27
HSL 331.58º 0.45% 0.5% -
HSV(B) 331.58º 0.62% 0.73% -
XYZ 25.96 16.3 21.18 -
YUV 111.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 185 71 125 0 0.62 0.32 0.27 331.58 0.45 0.5
Hex B9 47 7D 0 3E 20 1B 14C 2D 32
Octal 271 107 175 0 76 40 33 514 55 62
Binary 10111001 1000111 1111101 0 111110 100000 11011 101001100 101101 110010

Color Harmonies of #B9477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9477D

Black with #B9477D

Text Example


Text Example

White with #B9477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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