Html Css Color HEX #BC895F Twine

📋 copy color: '#BC895F'

red 188 ◦ green 137 ◦ blue 95

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

Shades of Twine #BC895F

Tints of Twine #BC895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.62%

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

R = 44.76%
G = 32.62%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC895F (or 0xBC895F) is known color: Twine. HEX triplet: BC, 89 and 5F. RGB value is (188,137,95). Sum of RGB (Red+Green+Blue) = 188+137+95=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC895F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC895F is #4376A0. Grayscale: #939393. Windows color (decimal): -4421281 or 6261180. OLE color: 6261180.

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

Color convert

RGB 188 137 95 -
CMYK 0 0.27 0.49 0.26
HSL 27.1º 0.41% 0.55% -
HSV(B) 27.1º 0.49% 0.74% -
XYZ 31.75 29.41 14.83 -
YUV 147.46 98.4 156.92 -
System Red Green Blue C M Y K H S L
Decimal 188 137 95 0 0.27 0.49 0.26 27.1 0.41 0.55
Hex BC 89 5F 0 1B 31 1A 1B 29 37
Octal 274 211 137 0 33 61 32 33 51 67
Binary 10111100 10001001 1011111 0 11011 110001 11010 11011 101001 110111

Color Harmonies of #BC895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC895F

Black with #BC895F

Text Example


Text Example

White with #BC895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC895F; }

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

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

background-color css

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

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

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

border-color css

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

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

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