Html Css Color HEX #BC865F Twine

📋 copy color: '#BC865F'

red 188 ◦ green 134 ◦ blue 95

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

Shades of Twine #BC865F

Tints of Twine #BC865F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.13%

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

R = 45.08%
G = 32.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC865F (or 0xBC865F) is known color: Twine. HEX triplet: BC, 86 and 5F. RGB value is (188,134,95). Sum of RGB (Red+Green+Blue) = 188+134+95=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC865F is #4379A0. Grayscale: #919191. Windows color (decimal): -4422049 or 6260412. OLE color: 6260412.

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

Color convert

RGB 188 134 95 -
CMYK 0 0.29 0.49 0.26
HSL 25.16º 0.41% 0.55% -
HSV(B) 25.16º 0.49% 0.74% -
XYZ 31.33 28.57 14.69 -
YUV 145.7 99.39 158.17 -
System Red Green Blue C M Y K H S L
Decimal 188 134 95 0 0.29 0.49 0.26 25.16 0.41 0.55
Hex BC 86 5F 0 1D 31 1A 19 29 37
Octal 274 206 137 0 35 61 32 31 51 67
Binary 10111100 10000110 1011111 0 11101 110001 11010 11001 101001 110111

Color Harmonies of #BC865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC865F

Black with #BC865F

Text Example


Text Example

White with #BC865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC865F; }

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

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

background-color css

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

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

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

border-color css

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

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

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