Html Css Color HEX #BD386E Royal Heath

📋 copy color: '#BD386E'

red 189 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #BD386E

Tints of Royal Heath #BD386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 53.24%
G = 15.77%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD386E (or 0xBD386E) is known color: Royal Heath. HEX triplet: BD, 38 and 6E. RGB value is (189,56,110). Sum of RGB (Red+Green+Blue) = 189+56+110=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD386E is #42C791. Grayscale: #656565. Windows color (decimal): -4376466 or 7223485. OLE color: 7223485.

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

Color convert

RGB 189 56 110 -
CMYK 0 0.70 0.42 0.26
HSL 335.64º 0.54% 0.48% -
HSV(B) 335.64º 0.7% 0.74% -
XYZ 25.21 14.77 16.27 -
YUV 101.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 189 56 110 0 0.70 0.42 0.26 335.64 0.54 0.48
Hex BD 38 6E 0 46 2A 1A 150 36 30
Octal 275 70 156 0 106 52 32 520 66 60
Binary 10111101 111000 1101110 0 1000110 101010 11010 101010000 110110 110000

Color Harmonies of #BD386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD386E

Black with #BD386E

Text Example


Text Example

White with #BD386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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