Html Css Color HEX #BC8555 Twine

📋 copy color: '#BC8555'

red 188 ◦ green 133 ◦ blue 85

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

Shades of Twine #BC8555

Tints of Twine #BC8555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 46.31%
G = 32.76%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC8555 (or 0xBC8555) is known color: Twine. HEX triplet: BC, 85 and 55. RGB value is (188,133,85). Sum of RGB (Red+Green+Blue) = 188+133+85=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8555 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8555 is #437AAA. Grayscale: #909090. Windows color (decimal): -4422315 or 5604796. OLE color: 5604796.

HSL color Cylindrical-coordinate representation of color #BC8555: hue angle of 27.96º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BC8555 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 133 85 -
CMYK 0 0.29 0.55 0.26
HSL 27.96º 0.43% 0.54% -
HSV(B) 27.96º 0.55% 0.74% -
XYZ 30.77 28.12 12.4 -
YUV 143.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 188 133 85 0 0.29 0.55 0.26 27.96 0.43 0.54
Hex BC 85 55 0 1D 37 1A 1C 2B 36
Octal 274 205 125 0 35 67 32 34 53 66
Binary 10111100 10000101 1010101 0 11101 110111 11010 11100 101011 110110

Color Harmonies of #BC8555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8555

Black with #BC8555

Text Example


Text Example

White with #BC8555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8555; }

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

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

background-color css

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

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

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

border-color css

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

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

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