Html Css Color HEX #BD5B7F Royal Heath

📋 copy color: '#BD5B7F'

red 189 ◦ green 91 ◦ blue 127

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

Shades of Royal Heath #BD5B7F

Tints of Royal Heath #BD5B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.36%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 46.44%
G = 22.36%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD5B7F (or 0xBD5B7F) is known color: Royal Heath. HEX triplet: BD, 5B and 7F. RGB value is (189,91,127). Sum of RGB (Red+Green+Blue) = 189+91+127=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B7F is #42A480. Grayscale: #7C7C7C. Windows color (decimal): -4367489 or 8346557. OLE color: 8346557.

HSL color Cylindrical-coordinate representation of color #BD5B7F: hue angle of 337.96º 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 #BD5B7F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 91 127 -
CMYK 0 0.52 0.33 0.26
HSL 337.96º 0.43% 0.55% -
HSV(B) 337.96º 0.52% 0.74% -
XYZ 28.56 19.83 22.4 -
YUV 124.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 189 91 127 0 0.52 0.33 0.26 337.96 0.43 0.55
Hex BD 5B 7F 0 34 21 1A 152 2B 37
Octal 275 133 177 0 64 41 32 522 53 67
Binary 10111101 1011011 1111111 0 110100 100001 11010 101010010 101011 110111

Color Harmonies of #BD5B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B7F

Black with #BD5B7F

Text Example


Text Example

White with #BD5B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B7F; }

 p { color: rgb(189,91,127); }

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

background-color css

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

 a { background-color: rgb(189,91,127); }

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

border-color css

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

 span { border-color: rgb(189,91,127); }

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