Html Css Color HEX #BD666F Turkish Rose

📋 copy color: '#BD666F'

red 189 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #BD666F

Tints of Turkish Rose #BD666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.37%

 BLUE value IS 111 (43.75% from 255) = 27.61%

R = 47.01%
G = 25.37%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD666F (or 0xBD666F) is known color: Turkish Rose. HEX triplet: BD, 66 and 6F. RGB value is (189,102,111). Sum of RGB (Red+Green+Blue) = 189+102+111=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 111 (43.75% from 255 or 27.61% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666F is #429990. Grayscale: #818181. Windows color (decimal): -4364689 or 7300797. OLE color: 7300797.

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

Color convert

RGB 189 102 111 -
CMYK 0 0.46 0.41 0.26
HSL 353.79º 0.4% 0.57% -
HSV(B) 353.79º 0.46% 0.74% -
XYZ 28.61 21.47 17.68 -
YUV 129.04 117.82 170.77 -
System Red Green Blue C M Y K H S L
Decimal 189 102 111 0 0.46 0.41 0.26 353.79 0.4 0.57
Hex BD 66 6F 0 2E 29 1A 162 28 39
Octal 275 146 157 0 56 51 32 542 50 71
Binary 10111101 1100110 1101111 0 101110 101001 11010 101100010 101000 111001

Color Harmonies of #BD666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD666F

Black with #BD666F

Text Example


Text Example

White with #BD666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD666F; }

 p { color: rgb(189,102,111); }

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

background-color css

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

 a { background-color: rgb(189,102,111); }

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

border-color css

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

 span { border-color: rgb(189,102,111); }

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