Html Css Color HEX #BC8C5D Twine

📋 copy color: '#BC8C5D'

red 188 ◦ green 140 ◦ blue 93

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

Shades of Twine #BC8C5D

Tints of Twine #BC8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

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

R = 44.66%
G = 33.25%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC8C5D (or 0xBC8C5D) is known color: Twine. HEX triplet: BC, 8C and 5D. RGB value is (188,140,93). Sum of RGB (Red+Green+Blue) = 188+140+93=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5D is #4373A2. Grayscale: #959595. Windows color (decimal): -4420515 or 6130876. OLE color: 6130876.

HSL color Cylindrical-coordinate representation of color #BC8C5D: 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.51%. Process color model (Four color, CMYK) of #BC8C5D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 140 93 -
CMYK 0 0.26 0.51 0.26
HSL 29.68º 0.41% 0.55% -
HSV(B) 29.68º 0.51% 0.74% -
XYZ 32.09 30.24 14.5 -
YUV 148.99 96.4 155.82 -
System Red Green Blue C M Y K H S L
Decimal 188 140 93 0 0.26 0.51 0.26 29.68 0.41 0.55
Hex BC 8C 5D 0 1A 33 1A 1E 29 37
Octal 274 214 135 0 32 63 32 36 51 67
Binary 10111100 10001100 1011101 0 11010 110011 11010 11110 101001 110111

Color Harmonies of #BC8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C5D

Black with #BC8C5D

Text Example


Text Example

White with #BC8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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