Html Css Color HEX #BC8855 Twine

📋 copy color: '#BC8855'

red 188 ◦ green 136 ◦ blue 85

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

Shades of Twine #BC8855

Tints of Twine #BC8855

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.25%

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

R = 45.97%
G = 33.25%
B = 20.78%

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

#BC8855 (or 0xBC8855) is known color: Twine. HEX triplet: BC, 88 and 55. RGB value is (188,136,85). Sum of RGB (Red+Green+Blue) = 188+136+85=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8855 is #4377AA. Grayscale: #919191. Windows color (decimal): -4421547 or 5605564. OLE color: 5605564.

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

Color convert

RGB 188 136 85 -
CMYK 0 0.28 0.55 0.26
HSL 29.71º 0.43% 0.54% -
HSV(B) 29.71º 0.55% 0.74% -
XYZ 31.18 28.96 12.54 -
YUV 145.73 93.73 158.15 -
System Red Green Blue C M Y K H S L
Decimal 188 136 85 0 0.28 0.55 0.26 29.71 0.43 0.54
Hex BC 88 55 0 1C 37 1A 1E 2B 36
Octal 274 210 125 0 34 67 32 36 53 66
Binary 10111100 10001000 1010101 0 11100 110111 11010 11110 101011 110110

Color Harmonies of #BC8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8855

Black with #BC8855

Text Example


Text Example

White with #BC8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8855; }

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

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

background-color css

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

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

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

border-color css

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

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

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