Html Css Color HEX #BD366D Royal Heath

📋 copy color: '#BD366D'

red 189 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #BD366D

Tints of Royal Heath #BD366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 53.69%
G = 15.34%
B = 30.97%

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

#BD366D (or 0xBD366D) is known color: Royal Heath. HEX triplet: BD, 36 and 6D. RGB value is (189,54,109). Sum of RGB (Red+Green+Blue) = 189+54+109=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD366D is #42C992. Grayscale: #646464. Windows color (decimal): -4376979 or 7157437. OLE color: 7157437.

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

Color convert

RGB 189 54 109 -
CMYK 0 0.71 0.42 0.26
HSL 335.56º 0.56% 0.48% -
HSV(B) 335.56º 0.71% 0.74% -
XYZ 25.07 14.56 15.96 -
YUV 100.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 189 54 109 0 0.71 0.42 0.26 335.56 0.56 0.48
Hex BD 36 6D 0 47 2A 1A 150 38 30
Octal 275 66 155 0 107 52 32 520 70 60
Binary 10111101 110110 1101101 0 1000111 101010 11010 101010000 111000 110000

Color Harmonies of #BD366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD366D

Black with #BD366D

Text Example


Text Example

White with #BD366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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