Html Css Color HEX #BC6842 Tuscany

📋 copy color: '#BC6842'

red 188 ◦ green 104 ◦ blue 66

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

Shades of Tuscany #BC6842

Tints of Tuscany #BC6842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.05%

 BLUE value IS 66 (26.17% from 255) = 18.44%

R = 52.51%
G = 29.05%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC6842 (or 0xBC6842) is known color: Tuscany. HEX triplet: BC, 68 and 42. RGB value is (188,104,66). Sum of RGB (Red+Green+Blue) = 188+104+66=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 66 (26.17% from 255 or 18.44% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6842 is #4397BD. Grayscale: #7D7D7D. Windows color (decimal): -4429758 or 4352188. OLE color: 4352188.

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

Color convert

RGB 188 104 66 -
CMYK 0 0.45 0.65 0.26
HSL 18.69º 0.48% 0.5% -
HSV(B) 18.69º 0.65% 0.74% -
XYZ 26.67 20.99 7.8 -
YUV 124.78 94.83 173.09 -
System Red Green Blue C M Y K H S L
Decimal 188 104 66 0 0.45 0.65 0.26 18.69 0.48 0.5
Hex BC 68 42 0 2D 41 1A 13 30 32
Octal 274 150 102 0 55 101 32 23 60 62
Binary 10111100 1101000 1000010 0 101101 1000001 11010 10011 110000 110010

Color Harmonies of #BC6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6842

Black with #BC6842

Text Example


Text Example

White with #BC6842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6842; }

 p { color: rgb(188,104,66); }

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

background-color css

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

 a { background-color: rgb(188,104,66); }

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

border-color css

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

 span { border-color: rgb(188,104,66); }

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