Html Css Color HEX #BD376D Royal Heath

📋 copy color: '#BD376D'

red 189 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #BD376D

Tints of Royal Heath #BD376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 53.54%
G = 15.58%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD376D (or 0xBD376D) is known color: Royal Heath. HEX triplet: BD, 37 and 6D. RGB value is (189,55,109). Sum of RGB (Red+Green+Blue) = 189+55+109=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD376D is #42C892. Grayscale: #656565. Windows color (decimal): -4376723 or 7157693. OLE color: 7157693.

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

Color convert

RGB 189 55 109 -
CMYK 0 0.71 0.42 0.26
HSL 335.82º 0.55% 0.48% -
HSV(B) 335.82º 0.71% 0.74% -
XYZ 25.11 14.66 15.97 -
YUV 101.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 189 55 109 0 0.71 0.42 0.26 335.82 0.55 0.48
Hex BD 37 6D 0 47 2A 1A 150 37 30
Octal 275 67 155 0 107 52 32 520 67 60
Binary 10111101 110111 1101101 0 1000111 101010 11010 101010000 110111 110000

Color Harmonies of #BD376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD376D

Black with #BD376D

Text Example


Text Example

White with #BD376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD376D; }

 p { color: rgb(189,55,109); }

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

background-color css

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

 a { background-color: rgb(189,55,109); }

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

border-color css

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

 span { border-color: rgb(189,55,109); }

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