Html Css Color HEX #BD5775 Royal Heath

📋 copy color: '#BD5775'

red 189 ◦ green 87 ◦ blue 117

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

Shades of Royal Heath #BD5775

Tints of Royal Heath #BD5775

RGB

 RED value IS 189 (74.22% from 255) = 48.09%

 GREEN value IS 87 (34.38% from 255) = 22.14%

 BLUE value IS 117 (46.09% from 255) = 29.77%

R = 48.09%
G = 22.14%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5775 (or 0xBD5775) is known color: Royal Heath. HEX triplet: BD, 57 and 75. RGB value is (189,87,117). Sum of RGB (Red+Green+Blue) = 189+87+117=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 87 (34.38% from 255 or 22.14% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5775 is #42A88A. Grayscale: #787878. Windows color (decimal): -4368523 or 7690173. OLE color: 7690173.

HSL color Cylindrical-coordinate representation of color #BD5775: hue angle of 342.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5775 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 117 -
CMYK 0 0.54 0.38 0.26
HSL 342.35º 0.44% 0.54% -
HSV(B) 342.35º 0.54% 0.74% -
XYZ 27.61 18.92 19.03 -
YUV 120.92 125.79 176.56 -
System Red Green Blue C M Y K H S L
Decimal 189 87 117 0 0.54 0.38 0.26 342.35 0.44 0.54
Hex BD 57 75 0 36 26 1A 156 2C 36
Octal 275 127 165 0 66 46 32 526 54 66
Binary 10111101 1010111 1110101 0 110110 100110 11010 101010110 101100 110110

Color Harmonies of #BD5775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5775

Black with #BD5775

Text Example


Text Example

White with #BD5775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5775; }

 p { color: rgb(189,87,117); }

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

background-color css

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

 a { background-color: rgb(189,87,117); }

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

border-color css

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

 span { border-color: rgb(189,87,117); }

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