Html Css Color HEX #BC6D75 Turkish Rose

📋 copy color: '#BC6D75'

red 188 ◦ green 109 ◦ blue 117

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

Shades of Turkish Rose #BC6D75

Tints of Turkish Rose #BC6D75

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.33%

 BLUE value IS 117 (46.09% from 255) = 28.26%

R = 45.41%
G = 26.33%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6D75 (or 0xBC6D75) is known color: Turkish Rose. HEX triplet: BC, 6D and 75. RGB value is (188,109,117). Sum of RGB (Red+Green+Blue) = 188+109+117=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D75 is #43928A. Grayscale: #858585. Windows color (decimal): -4428427 or 7695804. OLE color: 7695804.

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

Color convert

RGB 188 109 117 -
CMYK 0 0.42 0.38 0.26
HSL 353.92º 0.37% 0.58% -
HSV(B) 353.92º 0.42% 0.74% -
XYZ 29.42 22.91 19.7 -
YUV 133.53 118.67 166.85 -
System Red Green Blue C M Y K H S L
Decimal 188 109 117 0 0.42 0.38 0.26 353.92 0.37 0.58
Hex BC 6D 75 0 2A 26 1A 162 25 3A
Octal 274 155 165 0 52 46 32 542 45 72
Binary 10111100 1101101 1110101 0 101010 100110 11010 101100010 100101 111010

Color Harmonies of #BC6D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D75

Black with #BC6D75

Text Example


Text Example

White with #BC6D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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