Html Css Color HEX #BD6870 Turkish Rose

📋 copy color: '#BD6870'

red 189 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #BD6870

Tints of Turkish Rose #BD6870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

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

R = 46.67%
G = 25.68%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD6870 (or 0xBD6870) is known color: Turkish Rose. HEX triplet: BD, 68 and 70. RGB value is (189,104,112). Sum of RGB (Red+Green+Blue) = 189+104+112=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6870 is #42978F. Grayscale: #828282. Windows color (decimal): -4364176 or 7366845. OLE color: 7366845.

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

Color convert

RGB 189 104 112 -
CMYK 0 0.45 0.41 0.26
HSL 354.35º 0.39% 0.57% -
HSV(B) 354.35º 0.45% 0.74% -
XYZ 28.86 21.89 18.03 -
YUV 130.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 189 104 112 0 0.45 0.41 0.26 354.35 0.39 0.57
Hex BD 68 70 0 2D 29 1A 162 27 39
Octal 275 150 160 0 55 51 32 542 47 71
Binary 10111101 1101000 1110000 0 101101 101001 11010 101100010 100111 111001

Color Harmonies of #BD6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6870

Black with #BD6870

Text Example


Text Example

White with #BD6870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6870; }

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

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

background-color css

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

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

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

border-color css

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

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

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