Html Css Color HEX #BD386C Royal Heath

📋 copy color: '#BD386C'

red 189 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #BD386C

Tints of Royal Heath #BD386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 53.54%
G = 15.86%
B = 30.59%

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

#BD386C (or 0xBD386C) is known color: Royal Heath. HEX triplet: BD, 38 and 6C. RGB value is (189,56,108). Sum of RGB (Red+Green+Blue) = 189+56+108=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD386C is #42C793. Grayscale: #656565. Windows color (decimal): -4376468 or 7092413. OLE color: 7092413.

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

Color convert

RGB 189 56 108 -
CMYK 0 0.70 0.43 0.26
HSL 336.54º 0.54% 0.48% -
HSV(B) 336.54º 0.7% 0.74% -
XYZ 25.11 14.73 15.71 -
YUV 101.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 189 56 108 0 0.70 0.43 0.26 336.54 0.54 0.48
Hex BD 38 6C 0 46 2B 1A 151 36 30
Octal 275 70 154 0 106 53 32 521 66 60
Binary 10111101 111000 1101100 0 1000110 101011 11010 101010001 110110 110000

Color Harmonies of #BD386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD386C

Black with #BD386C

Text Example


Text Example

White with #BD386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD386C; }

 p { color: rgb(189,56,108); }

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

background-color css

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

 a { background-color: rgb(189,56,108); }

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

border-color css

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

 span { border-color: rgb(189,56,108); }

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