Html Css Color HEX #BC8156 Twine

📋 copy color: '#BC8156'

red 188 ◦ green 129 ◦ blue 86

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

Shades of Twine #BC8156

Tints of Twine #BC8156

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 46.65%
G = 32.01%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8156 (or 0xBC8156) is known color: Twine. HEX triplet: BC, 81 and 56. RGB value is (188,129,86). Sum of RGB (Red+Green+Blue) = 188+129+86=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8156 is #437EA9. Grayscale: #8D8D8D. Windows color (decimal): -4423338 or 5669308. OLE color: 5669308.

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

Color convert

RGB 188 129 86 -
CMYK 0 0.31 0.54 0.26
HSL 25.29º 0.43% 0.54% -
HSV(B) 25.29º 0.54% 0.74% -
XYZ 30.27 27.06 12.43 -
YUV 141.74 96.55 161 -
System Red Green Blue C M Y K H S L
Decimal 188 129 86 0 0.31 0.54 0.26 25.29 0.43 0.54
Hex BC 81 56 0 1F 36 1A 19 2B 36
Octal 274 201 126 0 37 66 32 31 53 66
Binary 10111100 10000001 1010110 0 11111 110110 11010 11001 101011 110110

Color Harmonies of #BC8156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8156

Black with #BC8156

Text Example


Text Example

White with #BC8156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8156; }

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

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

background-color css

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

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

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

border-color css

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

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

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