Html Css Color HEX #BC8959 Twine

📋 copy color: '#BC8959'

red 188 ◦ green 137 ◦ blue 89

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

Shades of Twine #BC8959

Tints of Twine #BC8959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.5%

R = 45.41%
G = 33.09%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC8959 (or 0xBC8959) is known color: Twine. HEX triplet: BC, 89 and 59. RGB value is (188,137,89). Sum of RGB (Red+Green+Blue) = 188+137+89=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 89 (35.16% from 255 or 21.50% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8959 is #4376A6. Grayscale: #939393. Windows color (decimal): -4421287 or 5867964. OLE color: 5867964.

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

Color convert

RGB 188 137 89 -
CMYK 0 0.27 0.53 0.26
HSL 29.09º 0.42% 0.54% -
HSV(B) 29.09º 0.53% 0.74% -
XYZ 31.49 29.3 13.45 -
YUV 146.78 95.4 157.4 -
System Red Green Blue C M Y K H S L
Decimal 188 137 89 0 0.27 0.53 0.26 29.09 0.42 0.54
Hex BC 89 59 0 1B 35 1A 1D 2A 36
Octal 274 211 131 0 33 65 32 35 52 66
Binary 10111100 10001001 1011001 0 11011 110101 11010 11101 101010 110110

Color Harmonies of #BC8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8959

Black with #BC8959

Text Example


Text Example

White with #BC8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8959; }

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

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

background-color css

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

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

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

border-color css

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

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

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