Html Css Color HEX #BC666D Turkish Rose

📋 copy color: '#BC666D'

red 188 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #BC666D

Tints of Turkish Rose #BC666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.32%

R = 47.12%
G = 25.56%
B = 27.32%

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

#BC666D (or 0xBC666D) is known color: Turkish Rose. HEX triplet: BC, 66 and 6D. RGB value is (188,102,109). Sum of RGB (Red+Green+Blue) = 188+102+109=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC666D is #439992. Grayscale: #808080. Windows color (decimal): -4430227 or 7169724. OLE color: 7169724.

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

Color convert

RGB 188 102 109 -
CMYK 0 0.46 0.42 0.26
HSL 355.12º 0.39% 0.57% -
HSV(B) 355.12º 0.46% 0.74% -
XYZ 28.25 21.3 17.09 -
YUV 128.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 188 102 109 0 0.46 0.42 0.26 355.12 0.39 0.57
Hex BC 66 6D 0 2E 2A 1A 163 27 39
Octal 274 146 155 0 56 52 32 543 47 71
Binary 10111100 1100110 1101101 0 101110 101010 11010 101100011 100111 111001

Color Harmonies of #BC666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC666D

Black with #BC666D

Text Example


Text Example

White with #BC666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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