Html Css Color HEX #BD6871 Turkish Rose

📋 copy color: '#BD6871'

red 189 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #BD6871

Tints of Turkish Rose #BD6871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.83%

R = 46.55%
G = 25.62%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD6871 (or 0xBD6871) is known color: Turkish Rose. HEX triplet: BD, 68 and 71. RGB value is (189,104,113). Sum of RGB (Red+Green+Blue) = 189+104+113=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6871 is #42978E. Grayscale: #828282. Windows color (decimal): -4364175 or 7432381. OLE color: 7432381.

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

Color convert

RGB 189 104 113 -
CMYK 0 0.45 0.40 0.26
HSL 353.65º 0.39% 0.57% -
HSV(B) 353.65º 0.45% 0.74% -
XYZ 28.92 21.91 18.33 -
YUV 130.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 189 104 113 0 0.45 0.40 0.26 353.65 0.39 0.57
Hex BD 68 71 0 2D 28 1A 162 27 39
Octal 275 150 161 0 55 50 32 542 47 71
Binary 10111101 1101000 1110001 0 101101 101000 11010 101100010 100111 111001

Color Harmonies of #BD6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6871

Black with #BD6871

Text Example


Text Example

White with #BD6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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