Html Css Color HEX #BC8F5D Twine

📋 copy color: '#BC8F5D'

red 188 ◦ green 143 ◦ blue 93

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

Shades of Twine #BC8F5D

Tints of Twine #BC8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

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

R = 44.34%
G = 33.73%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC8F5D (or 0xBC8F5D) is known color: Twine. HEX triplet: BC, 8F and 5D. RGB value is (188,143,93). Sum of RGB (Red+Green+Blue) = 188+143+93=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8F5D is #4370A2. Grayscale: #969696. Windows color (decimal): -4419747 or 6131644. OLE color: 6131644.

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

Color convert

RGB 188 143 93 -
CMYK 0 0.24 0.51 0.26
HSL 31.58º 0.41% 0.55% -
HSV(B) 31.58º 0.51% 0.74% -
XYZ 32.54 31.13 14.65 -
YUV 150.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 188 143 93 0 0.24 0.51 0.26 31.58 0.41 0.55
Hex BC 8F 5D 0 18 33 1A 20 29 37
Octal 274 217 135 0 30 63 32 40 51 67
Binary 10111100 10001111 1011101 0 11000 110011 11010 100000 101001 110111

Color Harmonies of #BC8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8F5D

Black with #BC8F5D

Text Example


Text Example

White with #BC8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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