Html Css Color HEX #BD386B Royal Heath

📋 copy color: '#BD386B'

red 189 ◦ green 56 ◦ blue 107

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

Shades of Royal Heath #BD386B

Tints of Royal Heath #BD386B

RGB

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

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

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

R = 53.69%
G = 15.91%
B = 30.4%

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

#BD386B (or 0xBD386B) is known color: Royal Heath. HEX triplet: BD, 38 and 6B. RGB value is (189,56,107). Sum of RGB (Red+Green+Blue) = 189+56+107=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD386B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD386B is #42C794. Grayscale: #656565. Windows color (decimal): -4376469 or 7026877. OLE color: 7026877.

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

Color convert

RGB 189 56 107 -
CMYK 0 0.70 0.43 0.26
HSL 336.99º 0.54% 0.48% -
HSV(B) 336.99º 0.7% 0.74% -
XYZ 25.05 14.71 15.43 -
YUV 101.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 189 56 107 0 0.70 0.43 0.26 336.99 0.54 0.48
Hex BD 38 6B 0 46 2B 1A 151 36 30
Octal 275 70 153 0 106 53 32 521 66 60
Binary 10111101 111000 1101011 0 1000110 101011 11010 101010001 110110 110000

Color Harmonies of #BD386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD386B

Black with #BD386B

Text Example


Text Example

White with #BD386B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD386B; }

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

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

background-color css

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

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

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

border-color css

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

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

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