Html Css Color HEX #BC8154 Twine

📋 copy color: '#BC8154'

red 188 ◦ green 129 ◦ blue 84

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

Shades of Twine #BC8154

Tints of Twine #BC8154

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.17%

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

R = 46.88%
G = 32.17%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8154 (or 0xBC8154) is known color: Twine. HEX triplet: BC, 81 and 54. RGB value is (188,129,84). Sum of RGB (Red+Green+Blue) = 188+129+84=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8154 is #437EAB. Grayscale: #8D8D8D. Windows color (decimal): -4423340 or 5538236. OLE color: 5538236.

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

Color convert

RGB 188 129 84 -
CMYK 0 0.31 0.55 0.26
HSL 25.96º 0.44% 0.53% -
HSV(B) 25.96º 0.55% 0.74% -
XYZ 30.19 27.03 12.01 -
YUV 141.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 188 129 84 0 0.31 0.55 0.26 25.96 0.44 0.53
Hex BC 81 54 0 1F 37 1A 1A 2C 35
Octal 274 201 124 0 37 67 32 32 54 65
Binary 10111100 10000001 1010100 0 11111 110111 11010 11010 101100 110101

Color Harmonies of #BC8154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8154

Black with #BC8154

Text Example


Text Example

White with #BC8154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8154; }

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

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

background-color css

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

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

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

border-color css

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

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

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