Html Css Color HEX #BC864F Twine

📋 copy color: '#BC864F'

red 188 ◦ green 134 ◦ blue 79

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

Shades of Twine #BC864F

Tints of Twine #BC864F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.7%

R = 46.88%
G = 33.42%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC864F (or 0xBC864F) is known color: Twine. HEX triplet: BC, 86 and 4F. RGB value is (188,134,79). Sum of RGB (Red+Green+Blue) = 188+134+79=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 134 (52.73% from 255 or 33.42% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC864F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC864F is #4379B0. Grayscale: #909090. Windows color (decimal): -4422065 or 5211836. OLE color: 5211836.

HSL color Cylindrical-coordinate representation of color #BC864F: hue angle of 30.28º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC864F is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 134 79 -
CMYK 0 0.29 0.58 0.26
HSL 30.28º 0.45% 0.52% -
HSV(B) 30.28º 0.58% 0.74% -
XYZ 30.68 28.31 11.24 -
YUV 143.88 91.39 159.47 -
System Red Green Blue C M Y K H S L
Decimal 188 134 79 0 0.29 0.58 0.26 30.28 0.45 0.52
Hex BC 86 4F 0 1D 3A 1A 1E 2D 34
Octal 274 206 117 0 35 72 32 36 55 64
Binary 10111100 10000110 1001111 0 11101 111010 11010 11110 101101 110100

Color Harmonies of #BC864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC864F

Black with #BC864F

Text Example


Text Example

White with #BC864F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC864F; }

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

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

background-color css

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

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

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

border-color css

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

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

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