Html Css Color HEX #BC6F75 Turkish Rose

📋 copy color: '#BC6F75'

red 188 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #BC6F75

Tints of Turkish Rose #BC6F75

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

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

R = 45.19%
G = 26.68%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6F75 (or 0xBC6F75) is known color: Turkish Rose. HEX triplet: BC, 6F and 75. RGB value is (188,111,117). Sum of RGB (Red+Green+Blue) = 188+111+117=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F75 is #43908A. Grayscale: #868686. Windows color (decimal): -4427915 or 7696316. OLE color: 7696316.

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

Color convert

RGB 188 111 117 -
CMYK 0 0.41 0.38 0.26
HSL 355.32º 0.36% 0.59% -
HSV(B) 355.32º 0.41% 0.74% -
XYZ 29.63 23.34 19.77 -
YUV 134.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 188 111 117 0 0.41 0.38 0.26 355.32 0.36 0.59
Hex BC 6F 75 0 29 26 1A 163 24 3B
Octal 274 157 165 0 51 46 32 543 44 73
Binary 10111100 1101111 1110101 0 101001 100110 11010 101100011 100100 111011

Color Harmonies of #BC6F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F75

Black with #BC6F75

Text Example


Text Example

White with #BC6F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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