Html Css Color HEX #BC6A43 Bourbon

📋 copy color: '#BC6A43'

red 188 ◦ green 106 ◦ blue 67

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

Shades of Bourbon #BC6A43

Tints of Bourbon #BC6A43

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.36%

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

R = 52.08%
G = 29.36%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC6A43 (or 0xBC6A43) is known color: Bourbon. HEX triplet: BC, 6A and 43. RGB value is (188,106,67). Sum of RGB (Red+Green+Blue) = 188+106+67=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6A43 is #4395BC. Grayscale: #7E7E7E. Windows color (decimal): -4429245 or 4418236. OLE color: 4418236.

HSL color Cylindrical-coordinate representation of color #BC6A43: hue angle of 19.34º 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 #BC6A43 is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 106 67 -
CMYK 0 0.44 0.64 0.26
HSL 19.34º 0.47% 0.5% -
HSV(B) 19.34º 0.64% 0.74% -
XYZ 26.91 21.4 8.02 -
YUV 126.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 188 106 67 0 0.44 0.64 0.26 19.34 0.47 0.5
Hex BC 6A 43 0 2C 40 1A 13 2F 32
Octal 274 152 103 0 54 100 32 23 57 62
Binary 10111100 1101010 1000011 0 101100 1000000 11010 10011 101111 110010

Color Harmonies of #BC6A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A43

Black with #BC6A43

Text Example


Text Example

White with #BC6A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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