Html Css Color HEX #BC6C74 Turkish Rose

📋 copy color: '#BC6C74'

red 188 ◦ green 108 ◦ blue 116

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

Shades of Turkish Rose #BC6C74

Tints of Turkish Rose #BC6C74

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.21%

 BLUE value IS 116 (45.7% from 255) = 28.16%

R = 45.63%
G = 26.21%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6C74 (or 0xBC6C74) is known color: Turkish Rose. HEX triplet: BC, 6C and 74. RGB value is (188,108,116). Sum of RGB (Red+Green+Blue) = 188+108+116=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 116 (45.70% from 255 or 28.16% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C74 is #43938B. Grayscale: #848484. Windows color (decimal): -4428684 or 7630012. OLE color: 7630012.

HSL color Cylindrical-coordinate representation of color #BC6C74: hue angle of 354º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC6C74 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 108 116 -
CMYK 0 0.43 0.38 0.26
HSL 354º 0.37% 0.58% -
HSV(B) 354º 0.43% 0.74% -
XYZ 29.25 22.68 19.36 -
YUV 132.83 118.5 167.35 -
System Red Green Blue C M Y K H S L
Decimal 188 108 116 0 0.43 0.38 0.26 354 0.37 0.58
Hex BC 6C 74 0 2B 26 1A 162 25 3A
Octal 274 154 164 0 53 46 32 542 45 72
Binary 10111100 1101100 1110100 0 101011 100110 11010 101100010 100101 111010

Color Harmonies of #BC6C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C74

Black with #BC6C74

Text Example


Text Example

White with #BC6C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C74; }

 p { color: rgb(188,108,116); }

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

background-color css

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

 a { background-color: rgb(188,108,116); }

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

border-color css

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

 span { border-color: rgb(188,108,116); }

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