Html Css Color HEX #BD666C Turkish Rose

📋 copy color: '#BD666C'

red 189 ◦ green 102 ◦ blue 108

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

Shades of Turkish Rose #BD666C

Tints of Turkish Rose #BD666C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 47.37%
G = 25.56%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD666C (or 0xBD666C) is known color: Turkish Rose. HEX triplet: BD, 66 and 6C. RGB value is (189,102,108). Sum of RGB (Red+Green+Blue) = 189+102+108=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD666C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD666C is #429993. Grayscale: #808080. Windows color (decimal): -4364692 or 7104189. OLE color: 7104189.

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

Color convert

RGB 189 102 108 -
CMYK 0 0.46 0.43 0.26
HSL 355.86º 0.4% 0.57% -
HSV(B) 355.86º 0.46% 0.74% -
XYZ 28.44 21.4 16.82 -
YUV 128.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 189 102 108 0 0.46 0.43 0.26 355.86 0.4 0.57
Hex BD 66 6C 0 2E 2B 1A 164 28 39
Octal 275 146 154 0 56 53 32 544 50 71
Binary 10111101 1100110 1101100 0 101110 101011 11010 101100100 101000 111001

Color Harmonies of #BD666C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD666C

Black with #BD666C

Text Example


Text Example

White with #BD666C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD666C; }

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

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

background-color css

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

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

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

border-color css

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

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

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