Html Css Color HEX #BD3E68 Royal Heath

📋 copy color: '#BD3E68'

red 189 ◦ green 62 ◦ blue 104

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

Shades of Royal Heath #BD3E68

Tints of Royal Heath #BD3E68

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 53.24%
G = 17.46%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD3E68 (or 0xBD3E68) is known color: Royal Heath. HEX triplet: BD, 3E and 68. RGB value is (189,62,104). Sum of RGB (Red+Green+Blue) = 189+62+104=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E68 is #42C197. Grayscale: #686868. Windows color (decimal): -4374936 or 6831805. OLE color: 6831805.

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

Color convert

RGB 189 62 104 -
CMYK 0 0.67 0.45 0.26
HSL 340.16º 0.51% 0.49% -
HSV(B) 340.16º 0.67% 0.74% -
XYZ 25.21 15.26 14.71 -
YUV 104.76 127.58 188.08 -
System Red Green Blue C M Y K H S L
Decimal 189 62 104 0 0.67 0.45 0.26 340.16 0.51 0.49
Hex BD 3E 68 0 43 2D 1A 154 33 31
Octal 275 76 150 0 103 55 32 524 63 61
Binary 10111101 111110 1101000 0 1000011 101101 11010 101010100 110011 110001

Color Harmonies of #BD3E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E68

Black with #BD3E68

Text Example


Text Example

White with #BD3E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E68; }

 p { color: rgb(189,62,104); }

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

background-color css

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

 a { background-color: rgb(189,62,104); }

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

border-color css

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

 span { border-color: rgb(189,62,104); }

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