Html Css Color HEX #BC6940 Bourbon

📋 copy color: '#BC6940'

red 188 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #BC6940

Tints of Bourbon #BC6940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 52.66%
G = 29.41%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC6940 (or 0xBC6940) is known color: Bourbon. HEX triplet: BC, 69 and 40. RGB value is (188,105,64). Sum of RGB (Red+Green+Blue) = 188+105+64=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6940 is #4396BF. Grayscale: #7D7D7D. Windows color (decimal): -4429504 or 4221372. OLE color: 4221372.

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

Color convert

RGB 188 105 64 -
CMYK 0 0.44 0.66 0.26
HSL 19.84º 0.49% 0.49% -
HSV(B) 19.84º 0.66% 0.74% -
XYZ 26.72 21.16 7.53 -
YUV 125.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 188 105 64 0 0.44 0.66 0.26 19.84 0.49 0.49
Hex BC 69 40 0 2C 42 1A 14 31 31
Octal 274 151 100 0 54 102 32 24 61 61
Binary 10111100 1101001 1000000 0 101100 1000010 11010 10100 110001 110001

Color Harmonies of #BC6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6940

Black with #BC6940

Text Example


Text Example

White with #BC6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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