Html Css Color HEX #BC885F Twine

📋 copy color: '#BC885F'

red 188 ◦ green 136 ◦ blue 95

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

Shades of Twine #BC885F

Tints of Twine #BC885F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 22.67%

R = 44.87%
G = 32.46%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC885F (or 0xBC885F) is known color: Twine. HEX triplet: BC, 88 and 5F. RGB value is (188,136,95). Sum of RGB (Red+Green+Blue) = 188+136+95=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC885F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC885F is #4377A0. Grayscale: #939393. Windows color (decimal): -4421537 or 6260924. OLE color: 6260924.

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

Color convert

RGB 188 136 95 -
CMYK 0 0.28 0.49 0.26
HSL 26.45º 0.41% 0.55% -
HSV(B) 26.45º 0.49% 0.74% -
XYZ 31.61 29.13 14.78 -
YUV 146.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 188 136 95 0 0.28 0.49 0.26 26.45 0.41 0.55
Hex BC 88 5F 0 1C 31 1A 1A 29 37
Octal 274 210 137 0 34 61 32 32 51 67
Binary 10111100 10001000 1011111 0 11100 110001 11010 11010 101001 110111

Color Harmonies of #BC885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC885F

Black with #BC885F

Text Example


Text Example

White with #BC885F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC885F; }

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

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

background-color css

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

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

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

border-color css

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

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

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