Html Css Color HEX #BC895D Twine

📋 copy color: '#BC895D'

red 188 ◦ green 137 ◦ blue 93

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

Shades of Twine #BC895D

Tints of Twine #BC895D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.25%

R = 44.98%
G = 32.78%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC895D (or 0xBC895D) is known color: Twine. HEX triplet: BC, 89 and 5D. RGB value is (188,137,93). Sum of RGB (Red+Green+Blue) = 188+137+93=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC895D is #4376A2. Grayscale: #939393. Windows color (decimal): -4421283 or 6130108. OLE color: 6130108.

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

Color convert

RGB 188 137 93 -
CMYK 0 0.27 0.51 0.26
HSL 27.79º 0.41% 0.55% -
HSV(B) 27.79º 0.51% 0.74% -
XYZ 31.66 29.37 14.36 -
YUV 147.23 97.4 157.08 -
System Red Green Blue C M Y K H S L
Decimal 188 137 93 0 0.27 0.51 0.26 27.79 0.41 0.55
Hex BC 89 5D 0 1B 33 1A 1C 29 37
Octal 274 211 135 0 33 63 32 34 51 67
Binary 10111100 10001001 1011101 0 11011 110011 11010 11100 101001 110111

Color Harmonies of #BC895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC895D

Black with #BC895D

Text Example


Text Example

White with #BC895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC895D; }

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

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

background-color css

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

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

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

border-color css

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

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

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