Html Css Color HEX #BC8356 Twine

📋 copy color: '#BC8356'

red 188 ◦ green 131 ◦ blue 86

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

Shades of Twine #BC8356

Tints of Twine #BC8356

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

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

R = 46.42%
G = 32.35%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8356 (or 0xBC8356) is known color: Twine. HEX triplet: BC, 83 and 56. RGB value is (188,131,86). Sum of RGB (Red+Green+Blue) = 188+131+86=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8356 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8356 is #437CA9. Grayscale: #8F8F8F. Windows color (decimal): -4422826 or 5669820. OLE color: 5669820.

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

Color convert

RGB 188 131 86 -
CMYK 0 0.30 0.54 0.26
HSL 26.47º 0.43% 0.54% -
HSV(B) 26.47º 0.54% 0.74% -
XYZ 30.54 27.6 12.52 -
YUV 142.91 95.88 160.16 -
System Red Green Blue C M Y K H S L
Decimal 188 131 86 0 0.30 0.54 0.26 26.47 0.43 0.54
Hex BC 83 56 0 1E 36 1A 1A 2B 36
Octal 274 203 126 0 36 66 32 32 53 66
Binary 10111100 10000011 1010110 0 11110 110110 11010 11010 101011 110110

Color Harmonies of #BC8356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8356

Black with #BC8356

Text Example


Text Example

White with #BC8356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8356; }

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

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

background-color css

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

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

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

border-color css

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

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

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