Html Css Color HEX #BD366E Royal Heath

📋 copy color: '#BD366E'

red 189 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #BD366E

Tints of Royal Heath #BD366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 53.54%
G = 15.3%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD366E (or 0xBD366E) is known color: Royal Heath. HEX triplet: BD, 36 and 6E. RGB value is (189,54,110). Sum of RGB (Red+Green+Blue) = 189+54+110=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD366E is #42C991. Grayscale: #646464. Windows color (decimal): -4376978 or 7222973. OLE color: 7222973.

HSL color Cylindrical-coordinate representation of color #BD366E: hue angle of 335.11º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD366E is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 54 110 -
CMYK 0 0.71 0.42 0.26
HSL 335.11º 0.56% 0.48% -
HSV(B) 335.11º 0.71% 0.74% -
XYZ 25.12 14.58 16.24 -
YUV 100.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 189 54 110 0 0.71 0.42 0.26 335.11 0.56 0.48
Hex BD 36 6E 0 47 2A 1A 14F 38 30
Octal 275 66 156 0 107 52 32 517 70 60
Binary 10111101 110110 1101110 0 1000111 101010 11010 101001111 111000 110000

Color Harmonies of #BD366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD366E

Black with #BD366E

Text Example


Text Example

White with #BD366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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