Html Css Color HEX #BD5A75 Royal Heath

📋 copy color: '#BD5A75'

red 189 ◦ green 90 ◦ blue 117

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

Shades of Royal Heath #BD5A75

Tints of Royal Heath #BD5A75

RGB

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

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

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

R = 47.73%
G = 22.73%
B = 29.55%

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

#BD5A75 (or 0xBD5A75) is known color: Royal Heath. HEX triplet: BD, 5A and 75. RGB value is (189,90,117). Sum of RGB (Red+Green+Blue) = 189+90+117=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A75 is #42A58A. Grayscale: #7A7A7A. Windows color (decimal): -4367755 or 7690941. OLE color: 7690941.

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

Color convert

RGB 189 90 117 -
CMYK 0 0.52 0.38 0.26
HSL 343.64º 0.43% 0.55% -
HSV(B) 343.64º 0.52% 0.74% -
XYZ 27.85 19.42 19.11 -
YUV 122.68 124.8 175.3 -
System Red Green Blue C M Y K H S L
Decimal 189 90 117 0 0.52 0.38 0.26 343.64 0.43 0.55
Hex BD 5A 75 0 34 26 1A 158 2B 37
Octal 275 132 165 0 64 46 32 530 53 67
Binary 10111101 1011010 1110101 0 110100 100110 11010 101011000 101011 110111

Color Harmonies of #BD5A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A75

Black with #BD5A75

Text Example


Text Example

White with #BD5A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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