Html Css Color HEX #BC6B73 Turkish Rose

📋 copy color: '#BC6B73'

red 188 ◦ green 107 ◦ blue 115

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

Shades of Turkish Rose #BC6B73

Tints of Turkish Rose #BC6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 115 (45.31% from 255) = 28.05%

R = 45.85%
G = 26.1%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC6B73 (or 0xBC6B73) is known color: Turkish Rose. HEX triplet: BC, 6B and 73. RGB value is (188,107,115). Sum of RGB (Red+Green+Blue) = 188+107+115=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 115 (45.31% from 255 or 28.05% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B73 is #43948C. Grayscale: #848484. Windows color (decimal): -4428941 or 7564220. OLE color: 7564220.

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

Color convert

RGB 188 107 115 -
CMYK 0 0.43 0.39 0.26
HSL 354.07º 0.38% 0.58% -
HSV(B) 354.07º 0.43% 0.74% -
XYZ 29.09 22.44 19.02 -
YUV 132.13 118.34 167.85 -
System Red Green Blue C M Y K H S L
Decimal 188 107 115 0 0.43 0.39 0.26 354.07 0.38 0.58
Hex BC 6B 73 0 2B 27 1A 162 26 3A
Octal 274 153 163 0 53 47 32 542 46 72
Binary 10111100 1101011 1110011 0 101011 100111 11010 101100010 100110 111010

Color Harmonies of #BC6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B73

Black with #BC6B73

Text Example


Text Example

White with #BC6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B73; }

 p { color: rgb(188,107,115); }

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

background-color css

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

 a { background-color: rgb(188,107,115); }

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

border-color css

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

 span { border-color: rgb(188,107,115); }

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