Html Css Color HEX #BD696B Turkish Rose

📋 copy color: '#BD696B'

red 189 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #BD696B

Tints of Turkish Rose #BD696B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.18%

 BLUE value IS 107 (42.19% from 255) = 26.68%

R = 47.13%
G = 26.18%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD696B (or 0xBD696B) is known color: Turkish Rose. HEX triplet: BD, 69 and 6B. RGB value is (189,105,107). Sum of RGB (Red+Green+Blue) = 189+105+107=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD696B is #429694. Grayscale: #828282. Windows color (decimal): -4363925 or 7039421. OLE color: 7039421.

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

Color convert

RGB 189 105 107 -
CMYK 0 0.44 0.43 0.26
HSL 358.57º 0.39% 0.58% -
HSV(B) 358.57º 0.44% 0.74% -
XYZ 28.69 21.98 16.64 -
YUV 130.34 114.83 169.84 -
System Red Green Blue C M Y K H S L
Decimal 189 105 107 0 0.44 0.43 0.26 358.57 0.39 0.58
Hex BD 69 6B 0 2C 2B 1A 167 27 3A
Octal 275 151 153 0 54 53 32 547 47 72
Binary 10111101 1101001 1101011 0 101100 101011 11010 101100111 100111 111010

Color Harmonies of #BD696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD696B

Black with #BD696B

Text Example


Text Example

White with #BD696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD696B; }

 p { color: rgb(189,105,107); }

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

background-color css

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

 a { background-color: rgb(189,105,107); }

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

border-color css

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

 span { border-color: rgb(189,105,107); }

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