Html Css Color HEX #BC8950 Twine

📋 copy color: '#BC8950'

red 188 ◦ green 137 ◦ blue 80

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

Shades of Twine #BC8950

Tints of Twine #BC8950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.75%

R = 46.42%
G = 33.83%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC8950 (or 0xBC8950) is known color: Twine. HEX triplet: BC, 89 and 50. RGB value is (188,137,80). Sum of RGB (Red+Green+Blue) = 188+137+80=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8950 is #4376AF. Grayscale: #929292. Windows color (decimal): -4421296 or 5278140. OLE color: 5278140.

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

Color convert

RGB 188 137 80 -
CMYK 0 0.27 0.57 0.26
HSL 31.67º 0.45% 0.53% -
HSV(B) 31.67º 0.57% 0.74% -
XYZ 31.13 29.16 11.58 -
YUV 145.75 90.9 158.13 -
System Red Green Blue C M Y K H S L
Decimal 188 137 80 0 0.27 0.57 0.26 31.67 0.45 0.53
Hex BC 89 50 0 1B 39 1A 20 2D 35
Octal 274 211 120 0 33 71 32 40 55 65
Binary 10111100 10001001 1010000 0 11011 111001 11010 100000 101101 110101

Color Harmonies of #BC8950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8950

Black with #BC8950

Text Example


Text Example

White with #BC8950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8950; }

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

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

background-color css

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

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

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

border-color css

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

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

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