Html Css Color HEX #BD5673 Royal Heath

📋 copy color: '#BD5673'

red 189 ◦ green 86 ◦ blue 115

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

Shades of Royal Heath #BD5673

Tints of Royal Heath #BD5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.05%

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 48.46%
G = 22.05%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD5673 (or 0xBD5673) is known color: Royal Heath. HEX triplet: BD, 56 and 73. RGB value is (189,86,115). Sum of RGB (Red+Green+Blue) = 189+86+115=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 86 (33.98% from 255 or 22.05% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5673 is #42A98C. Grayscale: #787878. Windows color (decimal): -4368781 or 7558845. OLE color: 7558845.

HSL color Cylindrical-coordinate representation of color #BD5673: hue angle of 343.11º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5673 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 86 115 -
CMYK 0 0.54 0.39 0.26
HSL 343.11º 0.44% 0.54% -
HSV(B) 343.11º 0.54% 0.74% -
XYZ 27.41 18.71 18.39 -
YUV 120.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 189 86 115 0 0.54 0.39 0.26 343.11 0.44 0.54
Hex BD 56 73 0 36 27 1A 157 2C 36
Octal 275 126 163 0 66 47 32 527 54 66
Binary 10111101 1010110 1110011 0 110110 100111 11010 101010111 101100 110110

Color Harmonies of #BD5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5673

Black with #BD5673

Text Example


Text Example

White with #BD5673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5673; }

 p { color: rgb(189,86,115); }

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

background-color css

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

 a { background-color: rgb(189,86,115); }

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

border-color css

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

 span { border-color: rgb(189,86,115); }

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