Html Css Color HEX #BC6D72 Turkish Rose

📋 copy color: '#BC6D72'

red 188 ◦ green 109 ◦ blue 114

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

Shades of Turkish Rose #BC6D72

Tints of Turkish Rose #BC6D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 45.74%
G = 26.52%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC6D72 (or 0xBC6D72) is known color: Turkish Rose. HEX triplet: BC, 6D and 72. RGB value is (188,109,114). Sum of RGB (Red+Green+Blue) = 188+109+114=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D72 is #43928D. Grayscale: #858585. Windows color (decimal): -4428430 or 7499196. OLE color: 7499196.

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

Color convert

RGB 188 109 114 -
CMYK 0 0.42 0.39 0.26
HSL 356.2º 0.37% 0.58% -
HSV(B) 356.2º 0.42% 0.74% -
XYZ 29.24 22.84 18.79 -
YUV 133.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 188 109 114 0 0.42 0.39 0.26 356.2 0.37 0.58
Hex BC 6D 72 0 2A 27 1A 164 25 3A
Octal 274 155 162 0 52 47 32 544 45 72
Binary 10111100 1101101 1110010 0 101010 100111 11010 101100100 100101 111010

Color Harmonies of #BC6D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D72

Black with #BC6D72

Text Example


Text Example

White with #BC6D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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