Html Css Color HEX #BC8C5B Twine

📋 copy color: '#BC8C5B'

red 188 ◦ green 140 ◦ blue 91

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

Shades of Twine #BC8C5B

Tints of Twine #BC8C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.72%

R = 44.87%
G = 33.41%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC8C5B (or 0xBC8C5B) is known color: Twine. HEX triplet: BC, 8C and 5B. RGB value is (188,140,91). Sum of RGB (Red+Green+Blue) = 188+140+91=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 91 (35.94% from 255 or 21.72% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8C5B is #4373A4. Grayscale: #959595. Windows color (decimal): -4420517 or 5999804. OLE color: 5999804.

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

Color convert

RGB 188 140 91 -
CMYK 0 0.26 0.52 0.26
HSL 30.31º 0.42% 0.55% -
HSV(B) 30.31º 0.52% 0.74% -
XYZ 32.01 30.2 14.04 -
YUV 148.77 95.4 155.98 -
System Red Green Blue C M Y K H S L
Decimal 188 140 91 0 0.26 0.52 0.26 30.31 0.42 0.55
Hex BC 8C 5B 0 1A 34 1A 1E 2A 37
Octal 274 214 133 0 32 64 32 36 52 67
Binary 10111100 10001100 1011011 0 11010 110100 11010 11110 101010 110111

Color Harmonies of #BC8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C5B

Black with #BC8C5B

Text Example


Text Example

White with #BC8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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