Html Css Color HEX #BD5B7A Royal Heath

📋 copy color: '#BD5B7A'

red 189 ◦ green 91 ◦ blue 122

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

Shades of Royal Heath #BD5B7A

Tints of Royal Heath #BD5B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 47.01%
G = 22.64%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD5B7A (or 0xBD5B7A) is known color: Royal Heath. HEX triplet: BD, 5B and 7A. RGB value is (189,91,122). Sum of RGB (Red+Green+Blue) = 189+91+122=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B7A is #42A485. Grayscale: #7B7B7B. Windows color (decimal): -4367494 or 8018877. OLE color: 8018877.

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

Color convert

RGB 189 91 122 -
CMYK 0 0.52 0.35 0.26
HSL 341.02º 0.43% 0.55% -
HSV(B) 341.02º 0.52% 0.74% -
XYZ 28.24 19.71 20.73 -
YUV 123.84 126.97 174.48 -
System Red Green Blue C M Y K H S L
Decimal 189 91 122 0 0.52 0.35 0.26 341.02 0.43 0.55
Hex BD 5B 7A 0 34 23 1A 155 2B 37
Octal 275 133 172 0 64 43 32 525 53 67
Binary 10111101 1011011 1111010 0 110100 100011 11010 101010101 101011 110111

Color Harmonies of #BD5B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B7A

Black with #BD5B7A

Text Example


Text Example

White with #BD5B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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