Html Css Color HEX #BC8754 Twine

📋 copy color: '#BC8754'

red 188 ◦ green 135 ◦ blue 84

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

Shades of Twine #BC8754

Tints of Twine #BC8754

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.17%

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

R = 46.19%
G = 33.17%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8754 (or 0xBC8754) is known color: Twine. HEX triplet: BC, 87 and 54. RGB value is (188,135,84). Sum of RGB (Red+Green+Blue) = 188+135+84=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 84 (33.20% from 255 or 20.64% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8754 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8754 is #4378AB. Grayscale: #919191. Windows color (decimal): -4421804 or 5539772. OLE color: 5539772.

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

Color convert

RGB 188 135 84 -
CMYK 0 0.28 0.55 0.26
HSL 29.42º 0.44% 0.53% -
HSV(B) 29.42º 0.55% 0.74% -
XYZ 31 28.66 12.29 -
YUV 145.03 93.56 158.65 -
System Red Green Blue C M Y K H S L
Decimal 188 135 84 0 0.28 0.55 0.26 29.42 0.44 0.53
Hex BC 87 54 0 1C 37 1A 1D 2C 35
Octal 274 207 124 0 34 67 32 35 54 65
Binary 10111100 10000111 1010100 0 11100 110111 11010 11101 101100 110101

Color Harmonies of #BC8754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8754

Black with #BC8754

Text Example


Text Example

White with #BC8754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8754; }

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

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

background-color css

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

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

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

border-color css

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

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

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