Html Css Color HEX #BD396B Royal Heath

📋 copy color: '#BD396B'

red 189 ◦ green 57 ◦ blue 107

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

Shades of Royal Heath #BD396B

Tints of Royal Heath #BD396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.15%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 53.54%
G = 16.15%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD396B (or 0xBD396B) is known color: Royal Heath. HEX triplet: BD, 39 and 6B. RGB value is (189,57,107). Sum of RGB (Red+Green+Blue) = 189+57+107=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD396B is #42C694. Grayscale: #666666. Windows color (decimal): -4376213 or 7027133. OLE color: 7027133.

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

Color convert

RGB 189 57 107 -
CMYK 0 0.70 0.43 0.26
HSL 337.27º 0.54% 0.48% -
HSV(B) 337.27º 0.7% 0.74% -
XYZ 25.1 14.81 15.44 -
YUV 102.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 189 57 107 0 0.70 0.43 0.26 337.27 0.54 0.48
Hex BD 39 6B 0 46 2B 1A 151 36 30
Octal 275 71 153 0 106 53 32 521 66 60
Binary 10111101 111001 1101011 0 1000110 101011 11010 101010001 110110 110000

Color Harmonies of #BD396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD396B

Black with #BD396B

Text Example


Text Example

White with #BD396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD396B; }

 p { color: rgb(189,57,107); }

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

background-color css

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

 a { background-color: rgb(189,57,107); }

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

border-color css

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

 span { border-color: rgb(189,57,107); }

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