Html Css Color HEX #BD3670 Royal Heath

📋 copy color: '#BD3670'

red 189 ◦ green 54 ◦ blue 112

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

Shades of Royal Heath #BD3670

Tints of Royal Heath #BD3670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 53.24%
G = 15.21%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD3670 (or 0xBD3670) is known color: Royal Heath. HEX triplet: BD, 36 and 70. RGB value is (189,54,112). Sum of RGB (Red+Green+Blue) = 189+54+112=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 54 (21.48% from 255 or 15.21% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3670 is #42C98F. Grayscale: #646464. Windows color (decimal): -4376976 or 7354045. OLE color: 7354045.

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

Color convert

RGB 189 54 112 -
CMYK 0 0.71 0.41 0.26
HSL 334.22º 0.56% 0.48% -
HSV(B) 334.22º 0.71% 0.74% -
XYZ 25.23 14.63 16.82 -
YUV 100.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 189 54 112 0 0.71 0.41 0.26 334.22 0.56 0.48
Hex BD 36 70 0 47 29 1A 14E 38 30
Octal 275 66 160 0 107 51 32 516 70 60
Binary 10111101 110110 1110000 0 1000111 101001 11010 101001110 111000 110000

Color Harmonies of #BD3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3670

Black with #BD3670

Text Example


Text Example

White with #BD3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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