Html Css Color HEX #BD5175 Royal Heath

📋 copy color: '#BD5175'

red 189 ◦ green 81 ◦ blue 117

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

Shades of Royal Heath #BD5175

Tints of Royal Heath #BD5175

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.93%

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

R = 48.84%
G = 20.93%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5175 (or 0xBD5175) is known color: Royal Heath. HEX triplet: BD, 51 and 75. RGB value is (189,81,117). Sum of RGB (Red+Green+Blue) = 189+81+117=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5175 is #42AE8A. Grayscale: #757575. Windows color (decimal): -4370059 or 7688637. OLE color: 7688637.

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

Color convert

RGB 189 81 117 -
CMYK 0 0.57 0.38 0.26
HSL 340º 0.45% 0.53% -
HSV(B) 340º 0.57% 0.74% -
XYZ 27.14 17.99 18.87 -
YUV 117.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 189 81 117 0 0.57 0.38 0.26 340 0.45 0.53
Hex BD 51 75 0 39 26 1A 154 2D 35
Octal 275 121 165 0 71 46 32 524 55 65
Binary 10111101 1010001 1110101 0 111001 100110 11010 101010100 101101 110101

Color Harmonies of #BD5175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5175

Black with #BD5175

Text Example


Text Example

White with #BD5175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5175; }

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

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

background-color css

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

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

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

border-color css

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

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

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