Html Css Color HEX #BC8D5C Twine

📋 copy color: '#BC8D5C'

red 188 ◦ green 141 ◦ blue 92

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

Shades of Twine #BC8D5C

Tints of Twine #BC8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.85%

R = 44.66%
G = 33.49%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC8D5C (or 0xBC8D5C) is known color: Twine. HEX triplet: BC, 8D and 5C. RGB value is (188,141,92). Sum of RGB (Red+Green+Blue) = 188+141+92=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 92 (36.33% from 255 or 21.85% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8D5C is #4372A3. Grayscale: #959595. Windows color (decimal): -4420260 or 6065596. OLE color: 6065596.

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

Color convert

RGB 188 141 92 -
CMYK 0 0.25 0.51 0.26
HSL 30.63º 0.42% 0.55% -
HSV(B) 30.63º 0.51% 0.74% -
XYZ 32.2 30.51 14.32 -
YUV 149.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 188 141 92 0 0.25 0.51 0.26 30.63 0.42 0.55
Hex BC 8D 5C 0 19 33 1A 1F 2A 37
Octal 274 215 134 0 31 63 32 37 52 67
Binary 10111100 10001101 1011100 0 11001 110011 11010 11111 101010 110111

Color Harmonies of #BC8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D5C

Black with #BC8D5C

Text Example


Text Example

White with #BC8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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