Html Css Color HEX #BC8553 Twine

📋 copy color: '#BC8553'

red 188 ◦ green 133 ◦ blue 83

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

Shades of Twine #BC8553

Tints of Twine #BC8553

RGB

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

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

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

R = 46.53%
G = 32.92%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC8553 (or 0xBC8553) is known color: Twine. HEX triplet: BC, 85 and 53. RGB value is (188,133,83). Sum of RGB (Red+Green+Blue) = 188+133+83=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 133 (52.34% from 255 or 32.92% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8553 is #437AAC. Grayscale: #909090. Windows color (decimal): -4422317 or 5473724. OLE color: 5473724.

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

Color convert

RGB 188 133 83 -
CMYK 0 0.29 0.56 0.26
HSL 28.57º 0.44% 0.53% -
HSV(B) 28.57º 0.56% 0.74% -
XYZ 30.69 28.09 11.99 -
YUV 143.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 188 133 83 0 0.29 0.56 0.26 28.57 0.44 0.53
Hex BC 85 53 0 1D 38 1A 1D 2C 35
Octal 274 205 123 0 35 70 32 35 54 65
Binary 10111100 10000101 1010011 0 11101 111000 11010 11101 101100 110101

Color Harmonies of #BC8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8553

Black with #BC8553

Text Example


Text Example

White with #BC8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8553; }

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

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

background-color css

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

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

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

border-color css

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

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

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