Html Css Color HEX #BC8D5F Twine

📋 copy color: '#BC8D5F'

red 188 ◦ green 141 ◦ blue 95

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

Shades of Twine #BC8D5F

Tints of Twine #BC8D5F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.25%

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

R = 44.34%
G = 33.25%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC8D5F (or 0xBC8D5F) is known color: Twine. HEX triplet: BC, 8D and 5F. RGB value is (188,141,95). Sum of RGB (Red+Green+Blue) = 188+141+95=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5F is #4372A0. Grayscale: #969696. Windows color (decimal): -4420257 or 6262204. OLE color: 6262204.

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

Color convert

RGB 188 141 95 -
CMYK 0 0.25 0.49 0.26
HSL 29.68º 0.41% 0.55% -
HSV(B) 29.68º 0.49% 0.74% -
XYZ 32.33 30.57 15.02 -
YUV 149.81 97.07 155.24 -
System Red Green Blue C M Y K H S L
Decimal 188 141 95 0 0.25 0.49 0.26 29.68 0.41 0.55
Hex BC 8D 5F 0 19 31 1A 1E 29 37
Octal 274 215 137 0 31 61 32 36 51 67
Binary 10111100 10001101 1011111 0 11001 110001 11010 11110 101001 110111

Color Harmonies of #BC8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D5F

Black with #BC8D5F

Text Example


Text Example

White with #BC8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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