Html Css Color HEX #BD5A76 Royal Heath

📋 copy color: '#BD5A76'

red 189 ◦ green 90 ◦ blue 118

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

Shades of Royal Heath #BD5A76

Tints of Royal Heath #BD5A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 118 (46.48% from 255) = 29.72%

R = 47.61%
G = 22.67%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5A76 (or 0xBD5A76) is known color: Royal Heath. HEX triplet: BD, 5A and 76. RGB value is (189,90,118). Sum of RGB (Red+Green+Blue) = 189+90+118=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A76 is #42A589. Grayscale: #7A7A7A. Windows color (decimal): -4367754 or 7756477. OLE color: 7756477.

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

Color convert

RGB 189 90 118 -
CMYK 0 0.52 0.38 0.26
HSL 343.03º 0.43% 0.55% -
HSV(B) 343.03º 0.52% 0.74% -
XYZ 27.91 19.44 19.42 -
YUV 122.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 189 90 118 0 0.52 0.38 0.26 343.03 0.43 0.55
Hex BD 5A 76 0 34 26 1A 157 2B 37
Octal 275 132 166 0 64 46 32 527 53 67
Binary 10111101 1011010 1110110 0 110100 100110 11010 101010111 101011 110111

Color Harmonies of #BD5A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A76

Black with #BD5A76

Text Example


Text Example

White with #BD5A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A76; }

 p { color: rgb(189,90,118); }

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

background-color css

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

 a { background-color: rgb(189,90,118); }

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

border-color css

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

 span { border-color: rgb(189,90,118); }

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