Html Css Color HEX #BC8D53 Twine

📋 copy color: '#BC8D53'

red 188 ◦ green 141 ◦ blue 83

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

Shades of Twine #BC8D53

Tints of Twine #BC8D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 83 (32.81% from 255) = 20.15%

R = 45.63%
G = 34.22%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8D53 (or 0xBC8D53) is known color: Twine. HEX triplet: BC, 8D and 53. RGB value is (188,141,83). Sum of RGB (Red+Green+Blue) = 188+141+83=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 83 (32.81% from 255 or 20.15% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D53 is #4372AC. Grayscale: #949494. Windows color (decimal): -4420269 or 5475772. OLE color: 5475772.

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

Color convert

RGB 188 141 83 -
CMYK 0 0.25 0.56 0.26
HSL 33.14º 0.44% 0.53% -
HSV(B) 33.14º 0.56% 0.74% -
XYZ 31.83 30.37 12.37 -
YUV 148.44 91.07 156.22 -
System Red Green Blue C M Y K H S L
Decimal 188 141 83 0 0.25 0.56 0.26 33.14 0.44 0.53
Hex BC 8D 53 0 19 38 1A 21 2C 35
Octal 274 215 123 0 31 70 32 41 54 65
Binary 10111100 10001101 1010011 0 11001 111000 11010 100001 101100 110101

Color Harmonies of #BC8D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D53

Black with #BC8D53

Text Example


Text Example

White with #BC8D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D53; }

 p { color: rgb(188,141,83); }

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

background-color css

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

 a { background-color: rgb(188,141,83); }

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

border-color css

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

 span { border-color: rgb(188,141,83); }

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