Html Css Color HEX #BC8554 Twine

📋 copy color: '#BC8554'

red 188 ◦ green 133 ◦ blue 84

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

Shades of Twine #BC8554

Tints of Twine #BC8554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 46.42%
G = 32.84%
B = 20.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8554 (or 0xBC8554) is known color: Twine. HEX triplet: BC, 85 and 54. RGB value is (188,133,84). Sum of RGB (Red+Green+Blue) = 188+133+84=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8554 is #437AAB. Grayscale: #909090. Windows color (decimal): -4422316 or 5539260. OLE color: 5539260.

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

Color convert

RGB 188 133 84 -
CMYK 0 0.29 0.55 0.26
HSL 28.27º 0.44% 0.53% -
HSV(B) 28.27º 0.55% 0.74% -
XYZ 30.73 28.11 12.19 -
YUV 143.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 188 133 84 0 0.29 0.55 0.26 28.27 0.44 0.53
Hex BC 85 54 0 1D 37 1A 1C 2C 35
Octal 274 205 124 0 35 67 32 34 54 65
Binary 10111100 10000101 1010100 0 11101 110111 11010 11100 101100 110101

Color Harmonies of #BC8554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8554

Black with #BC8554

Text Example


Text Example

White with #BC8554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8554; }

 p { color: rgb(188,133,84); }

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

background-color css

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

 a { background-color: rgb(188,133,84); }

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

border-color css

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

 span { border-color: rgb(188,133,84); }

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