Html Css Color HEX #BC8957 Twine

📋 copy color: '#BC8957'

red 188 ◦ green 137 ◦ blue 87

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

Shades of Twine #BC8957

Tints of Twine #BC8957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.12%

R = 45.63%
G = 33.25%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC8957 (or 0xBC8957) is known color: Twine. HEX triplet: BC, 89 and 57. RGB value is (188,137,87). Sum of RGB (Red+Green+Blue) = 188+137+87=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8957 is #4376A8. Grayscale: #929292. Windows color (decimal): -4421289 or 5736892. OLE color: 5736892.

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

Color convert

RGB 188 137 87 -
CMYK 0 0.27 0.54 0.26
HSL 29.7º 0.43% 0.54% -
HSV(B) 29.7º 0.54% 0.74% -
XYZ 31.41 29.27 13.01 -
YUV 146.55 94.4 157.57 -
System Red Green Blue C M Y K H S L
Decimal 188 137 87 0 0.27 0.54 0.26 29.7 0.43 0.54
Hex BC 89 57 0 1B 36 1A 1E 2B 36
Octal 274 211 127 0 33 66 32 36 53 66
Binary 10111100 10001001 1010111 0 11011 110110 11010 11110 101011 110110

Color Harmonies of #BC8957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8957

Black with #BC8957

Text Example


Text Example

White with #BC8957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8957; }

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

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

background-color css

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

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

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

border-color css

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

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

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