Html Css Color HEX #BC6945 Tuscany

📋 copy color: '#BC6945'

red 188 ◦ green 105 ◦ blue 69

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

Shades of Tuscany #BC6945

Tints of Tuscany #BC6945

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 69 (27.34% from 255) = 19.06%

R = 51.93%
G = 29.01%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC6945 (or 0xBC6945) is known color: Tuscany. HEX triplet: BC, 69 and 45. RGB value is (188,105,69). Sum of RGB (Red+Green+Blue) = 188+105+69=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6945 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6945 is #4396BA. Grayscale: #7D7D7D. Windows color (decimal): -4429499 or 4549052. OLE color: 4549052.

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

Color convert

RGB 188 105 69 -
CMYK 0 0.44 0.63 0.26
HSL 18.15º 0.47% 0.5% -
HSV(B) 18.15º 0.63% 0.74% -
XYZ 26.86 21.22 8.31 -
YUV 125.71 96 172.43 -
System Red Green Blue C M Y K H S L
Decimal 188 105 69 0 0.44 0.63 0.26 18.15 0.47 0.5
Hex BC 69 45 0 2C 3F 1A 12 2F 32
Octal 274 151 105 0 54 77 32 22 57 62
Binary 10111100 1101001 1000101 0 101100 111111 11010 10010 101111 110010

Color Harmonies of #BC6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6945

Black with #BC6945

Text Example


Text Example

White with #BC6945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6945; }

 p { color: rgb(188,105,69); }

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

background-color css

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

 a { background-color: rgb(188,105,69); }

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

border-color css

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

 span { border-color: rgb(188,105,69); }

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