Html Css Color HEX #BD3C69 Royal Heath

📋 copy color: '#BD3C69'

red 189 ◦ green 60 ◦ blue 105

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

Shades of Royal Heath #BD3C69

Tints of Royal Heath #BD3C69

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.95%

 BLUE value IS 105 (41.41% from 255) = 29.66%

R = 53.39%
G = 16.95%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3C69 (or 0xBD3C69) is known color: Royal Heath. HEX triplet: BD, 3C and 69. RGB value is (189,60,105). Sum of RGB (Red+Green+Blue) = 189+60+105=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3C69 is #42C396. Grayscale: #676767. Windows color (decimal): -4375447 or 6896829. OLE color: 6896829.

HSL color Cylindrical-coordinate representation of color #BD3C69: hue angle of 339.07º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3C69 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 60 105 -
CMYK 0 0.68 0.44 0.26
HSL 339.07º 0.52% 0.49% -
HSV(B) 339.07º 0.68% 0.74% -
XYZ 25.15 15.07 14.95 -
YUV 103.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 189 60 105 0 0.68 0.44 0.26 339.07 0.52 0.49
Hex BD 3C 69 0 44 2C 1A 153 34 31
Octal 275 74 151 0 104 54 32 523 64 61
Binary 10111101 111100 1101001 0 1000100 101100 11010 101010011 110100 110001

Color Harmonies of #BD3C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3C69

Black with #BD3C69

Text Example


Text Example

White with #BD3C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3C69; }

 p { color: rgb(189,60,105); }

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

background-color css

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

 a { background-color: rgb(189,60,105); }

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

border-color css

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

 span { border-color: rgb(189,60,105); }

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