Html Css Color HEX #BC8651 Twine

📋 copy color: '#BC8651'

red 188 ◦ green 134 ◦ blue 81

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

Shades of Twine #BC8651

Tints of Twine #BC8651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.1%

R = 46.65%
G = 33.25%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8651 (or 0xBC8651) is known color: Twine. HEX triplet: BC, 86 and 51. RGB value is (188,134,81). Sum of RGB (Red+Green+Blue) = 188+134+81=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8651 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8651 is #4379AE. Grayscale: #909090. Windows color (decimal): -4422063 or 5342908. OLE color: 5342908.

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

Color convert

RGB 188 134 81 -
CMYK 0 0.29 0.57 0.26
HSL 29.72º 0.44% 0.53% -
HSV(B) 29.72º 0.57% 0.74% -
XYZ 30.75 28.34 11.63 -
YUV 144.1 92.39 159.31 -
System Red Green Blue C M Y K H S L
Decimal 188 134 81 0 0.29 0.57 0.26 29.72 0.44 0.53
Hex BC 86 51 0 1D 39 1A 1E 2C 35
Octal 274 206 121 0 35 71 32 36 54 65
Binary 10111100 10000110 1010001 0 11101 111001 11010 11110 101100 110101

Color Harmonies of #BC8651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8651

Black with #BC8651

Text Example


Text Example

White with #BC8651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8651; }

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

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

background-color css

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

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

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

border-color css

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

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

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