Html Css Color HEX #BD666E Turkish Rose

📋 copy color: '#BD666E'

red 189 ◦ green 102 ◦ blue 110

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

Shades of Turkish Rose #BD666E

Tints of Turkish Rose #BD666E

RGB

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

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

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

R = 47.13%
G = 25.44%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD666E (or 0xBD666E) is known color: Turkish Rose. HEX triplet: BD, 66 and 6E. RGB value is (189,102,110). Sum of RGB (Red+Green+Blue) = 189+102+110=401 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.13% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666E is #429991. Grayscale: #808080. Windows color (decimal): -4364690 or 7235261. OLE color: 7235261.

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

Color convert

RGB 189 102 110 -
CMYK 0 0.46 0.42 0.26
HSL 354.48º 0.4% 0.57% -
HSV(B) 354.48º 0.46% 0.74% -
XYZ 28.55 21.45 17.39 -
YUV 128.93 117.32 170.85 -
System Red Green Blue C M Y K H S L
Decimal 189 102 110 0 0.46 0.42 0.26 354.48 0.4 0.57
Hex BD 66 6E 0 2E 2A 1A 162 28 39
Octal 275 146 156 0 56 52 32 542 50 71
Binary 10111101 1100110 1101110 0 101110 101010 11010 101100010 101000 111001

Color Harmonies of #BD666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD666E

Black with #BD666E

Text Example


Text Example

White with #BD666E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD666E; }

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

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

background-color css

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

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

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

border-color css

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

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

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