Html Css Color HEX #BC6669 Turkish Rose

📋 copy color: '#BC6669'

red 188 ◦ green 102 ◦ blue 105

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

Shades of Turkish Rose #BC6669

Tints of Turkish Rose #BC6669

RGB

 RED value IS 188 (73.83% from 255) = 47.59%

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 47.59%
G = 25.82%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC6669 (or 0xBC6669) is known color: Turkish Rose. HEX triplet: BC, 66 and 69. RGB value is (188,102,105). Sum of RGB (Red+Green+Blue) = 188+102+105=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6669 is #439996. Grayscale: #808080. Windows color (decimal): -4430231 or 6907580. OLE color: 6907580.

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

Color convert

RGB 188 102 105 -
CMYK 0 0.46 0.44 0.26
HSL 357.91º 0.39% 0.57% -
HSV(B) 357.91º 0.46% 0.74% -
XYZ 28.04 21.21 15.98 -
YUV 128.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 188 102 105 0 0.46 0.44 0.26 357.91 0.39 0.57
Hex BC 66 69 0 2E 2C 1A 166 27 39
Octal 274 146 151 0 56 54 32 546 47 71
Binary 10111100 1100110 1101001 0 101110 101100 11010 101100110 100111 111001

Color Harmonies of #BC6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6669

Black with #BC6669

Text Example


Text Example

White with #BC6669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6669; }

 p { color: rgb(188,102,105); }

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

background-color css

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

 a { background-color: rgb(188,102,105); }

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

border-color css

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

 span { border-color: rgb(188,102,105); }

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