Html Css Color HEX #BC8254 Twine

📋 copy color: '#BC8254'

red 188 ◦ green 130 ◦ blue 84

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

Shades of Twine #BC8254

Tints of Twine #BC8254

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

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

R = 46.77%
G = 32.34%
B = 20.9%

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

#BC8254 (or 0xBC8254) is known color: Twine. HEX triplet: BC, 82 and 54. RGB value is (188,130,84). Sum of RGB (Red+Green+Blue) = 188+130+84=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 84 (33.20% from 255 or 20.90% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8254 is #437DAB. Grayscale: #8E8E8E. Windows color (decimal): -4423084 or 5538492. OLE color: 5538492.

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

Color convert

RGB 188 130 84 -
CMYK 0 0.31 0.55 0.26
HSL 26.54º 0.44% 0.53% -
HSV(B) 26.54º 0.55% 0.74% -
XYZ 30.32 27.3 12.06 -
YUV 142.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 188 130 84 0 0.31 0.55 0.26 26.54 0.44 0.53
Hex BC 82 54 0 1F 37 1A 1B 2C 35
Octal 274 202 124 0 37 67 32 33 54 65
Binary 10111100 10000010 1010100 0 11111 110111 11010 11011 101100 110101

Color Harmonies of #BC8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8254

Black with #BC8254

Text Example


Text Example

White with #BC8254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8254; }

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

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

background-color css

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

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

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

border-color css

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

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

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