Html Css Color HEX #BC6743 Tuscany

📋 copy color: '#BC6743'

red 188 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #BC6743

Tints of Tuscany #BC6743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.77%

 BLUE value IS 67 (26.56% from 255) = 18.72%

R = 52.51%
G = 28.77%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6743 (or 0xBC6743) is known color: Tuscany. HEX triplet: BC, 67 and 43. RGB value is (188,103,67). Sum of RGB (Red+Green+Blue) = 188+103+67=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 67 (26.56% from 255 or 18.72% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6743 is #4398BC. Grayscale: #7C7C7C. Windows color (decimal): -4430013 or 4417468. OLE color: 4417468.

HSL color Cylindrical-coordinate representation of color #BC6743: hue angle of 17.85º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC6743 is Cyan = 0, Magento = 0.45, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 103 67 -
CMYK 0 0.45 0.64 0.26
HSL 17.85º 0.47% 0.5% -
HSV(B) 17.85º 0.64% 0.74% -
XYZ 26.6 20.8 7.92 -
YUV 124.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 188 103 67 0 0.45 0.64 0.26 17.85 0.47 0.5
Hex BC 67 43 0 2D 40 1A 12 2F 32
Octal 274 147 103 0 55 100 32 22 57 62
Binary 10111100 1100111 1000011 0 101101 1000000 11010 10010 101111 110010

Color Harmonies of #BC6743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6743

Black with #BC6743

Text Example


Text Example

White with #BC6743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6743; }

 p { color: rgb(188,103,67); }

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

background-color css

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

 a { background-color: rgb(188,103,67); }

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

border-color css

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

 span { border-color: rgb(188,103,67); }

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