Html Css Color HEX #BC8656 Twine

📋 copy color: '#BC8656'

red 188 ◦ green 134 ◦ blue 86

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

Shades of Twine #BC8656

Tints of Twine #BC8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 86 (33.98% from 255) = 21.08%

R = 46.08%
G = 32.84%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8656 (or 0xBC8656) is known color: Twine. HEX triplet: BC, 86 and 56. RGB value is (188,134,86). Sum of RGB (Red+Green+Blue) = 188+134+86=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8656 is #4379A9. Grayscale: #909090. Windows color (decimal): -4422058 or 5670588. OLE color: 5670588.

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

Color convert

RGB 188 134 86 -
CMYK 0 0.29 0.54 0.26
HSL 28.24º 0.43% 0.54% -
HSV(B) 28.24º 0.54% 0.74% -
XYZ 30.94 28.41 12.66 -
YUV 144.67 94.89 158.9 -
System Red Green Blue C M Y K H S L
Decimal 188 134 86 0 0.29 0.54 0.26 28.24 0.43 0.54
Hex BC 86 56 0 1D 36 1A 1C 2B 36
Octal 274 206 126 0 35 66 32 34 53 66
Binary 10111100 10000110 1010110 0 11101 110110 11010 11100 101011 110110

Color Harmonies of #BC8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8656

Black with #BC8656

Text Example


Text Example

White with #BC8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8656; }

 p { color: rgb(188,134,86); }

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

background-color css

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

 a { background-color: rgb(188,134,86); }

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

border-color css

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

 span { border-color: rgb(188,134,86); }

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