Html Css Color HEX #BC8460 Twine

📋 copy color: '#BC8460'

red 188 ◦ green 132 ◦ blue 96

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

Shades of Twine #BC8460

Tints of Twine #BC8460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.73%

 BLUE value IS 96 (37.89% from 255) = 23.08%

R = 45.19%
G = 31.73%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8460 (or 0xBC8460) is known color: Twine. HEX triplet: BC, 84 and 60. RGB value is (188,132,96). Sum of RGB (Red+Green+Blue) = 188+132+96=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 96 (37.89% from 255 or 23.08% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8460 is #437B9F. Grayscale: #909090. Windows color (decimal): -4422560 or 6325436. OLE color: 6325436.

HSL color Cylindrical-coordinate representation of color #BC8460: hue angle of 23.48º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC8460 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 132 96 -
CMYK 0 0.30 0.49 0.26
HSL 23.48º 0.41% 0.56% -
HSV(B) 23.48º 0.49% 0.74% -
XYZ 31.1 28.04 14.84 -
YUV 144.64 100.55 158.93 -
System Red Green Blue C M Y K H S L
Decimal 188 132 96 0 0.30 0.49 0.26 23.48 0.41 0.56
Hex BC 84 60 0 1E 31 1A 17 29 38
Octal 274 204 140 0 36 61 32 27 51 70
Binary 10111100 10000100 1100000 0 11110 110001 11010 10111 101001 111000

Color Harmonies of #BC8460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8460

Black with #BC8460

Text Example


Text Example

White with #BC8460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8460; }

 p { color: rgb(188,132,96); }

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

background-color css

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

 a { background-color: rgb(188,132,96); }

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

border-color css

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

 span { border-color: rgb(188,132,96); }

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