Html Css Color HEX #BC8B5E Twine

📋 copy color: '#BC8B5E'

red 188 ◦ green 139 ◦ blue 94

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

Shades of Twine #BC8B5E

Tints of Twine #BC8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.02%

 BLUE value IS 94 (37.11% from 255) = 22.33%

R = 44.66%
G = 33.02%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC8B5E (or 0xBC8B5E) is known color: Twine. HEX triplet: BC, 8B and 5E. RGB value is (188,139,94). Sum of RGB (Red+Green+Blue) = 188+139+94=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 139 (54.69% from 255 or 33.02% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC8B5E is #4374A1. Grayscale: #949494. Windows color (decimal): -4420770 or 6196156. OLE color: 6196156.

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

Color convert

RGB 188 139 94 -
CMYK 0 0.26 0.50 0.26
HSL 28.72º 0.41% 0.55% -
HSV(B) 28.72º 0.5% 0.74% -
XYZ 31.99 29.96 14.69 -
YUV 148.52 97.23 156.16 -
System Red Green Blue C M Y K H S L
Decimal 188 139 94 0 0.26 0.50 0.26 28.72 0.41 0.55
Hex BC 8B 5E 0 1A 32 1A 1D 29 37
Octal 274 213 136 0 32 62 32 35 51 67
Binary 10111100 10001011 1011110 0 11010 110010 11010 11101 101001 110111

Color Harmonies of #BC8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B5E

Black with #BC8B5E

Text Example


Text Example

White with #BC8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B5E; }

 p { color: rgb(188,139,94); }

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

background-color css

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

 a { background-color: rgb(188,139,94); }

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

border-color css

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

 span { border-color: rgb(188,139,94); }

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