Html Css Color HEX #BC8960 Twine

📋 copy color: '#BC8960'

red 188 ◦ green 137 ◦ blue 96

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

Shades of Twine #BC8960

Tints of Twine #BC8960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.54%

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

R = 44.66%
G = 32.54%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8960 (or 0xBC8960) is known color: Twine. HEX triplet: BC, 89 and 60. RGB value is (188,137,96). Sum of RGB (Red+Green+Blue) = 188+137+96=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 96 (37.89% from 255 or 22.80% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8960 is #43769F. Grayscale: #939393. Windows color (decimal): -4421280 or 6326716. OLE color: 6326716.

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

Color convert

RGB 188 137 96 -
CMYK 0 0.27 0.49 0.26
HSL 26.74º 0.41% 0.56% -
HSV(B) 26.74º 0.49% 0.74% -
XYZ 31.8 29.43 15.07 -
YUV 147.58 98.9 156.83 -
System Red Green Blue C M Y K H S L
Decimal 188 137 96 0 0.27 0.49 0.26 26.74 0.41 0.56
Hex BC 89 60 0 1B 31 1A 1B 29 38
Octal 274 211 140 0 33 61 32 33 51 70
Binary 10111100 10001001 1100000 0 11011 110001 11010 11011 101001 111000

Color Harmonies of #BC8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8960

Black with #BC8960

Text Example


Text Example

White with #BC8960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8960; }

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

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

background-color css

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

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

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

border-color css

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

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

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