Html Css Color HEX #BD686E Turkish Rose

📋 copy color: '#BD686E'

red 189 ◦ green 104 ◦ blue 110

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

Shades of Turkish Rose #BD686E

Tints of Turkish Rose #BD686E

RGB

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

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

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

R = 46.9%
G = 25.81%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD686E (or 0xBD686E) is known color: Turkish Rose. HEX triplet: BD, 68 and 6E. RGB value is (189,104,110). Sum of RGB (Red+Green+Blue) = 189+104+110=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BD686E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD686E is #429791. Grayscale: #828282. Windows color (decimal): -4364178 or 7235773. OLE color: 7235773.

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

Color convert

RGB 189 104 110 -
CMYK 0 0.45 0.42 0.26
HSL 355.76º 0.39% 0.57% -
HSV(B) 355.76º 0.45% 0.74% -
XYZ 28.75 21.85 17.45 -
YUV 130.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 189 104 110 0 0.45 0.42 0.26 355.76 0.39 0.57
Hex BD 68 6E 0 2D 2A 1A 164 27 39
Octal 275 150 156 0 55 52 32 544 47 71
Binary 10111101 1101000 1101110 0 101101 101010 11010 101100100 100111 111001

Color Harmonies of #BD686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD686E

Black with #BD686E

Text Example


Text Example

White with #BD686E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD686E; }

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

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

background-color css

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

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

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

border-color css

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

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

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